2

I am importing data from Access to Excel but sometimes Â​ (latin capital letter a with circumflex) character is generating. Anyone has idea why?

thanks

shuvra

2
  • 1
    Sounds like it might be a character set problem. Commented Jun 17, 2011 at 11:28
  • 1
    How are you importing the data? Commented Jun 17, 2011 at 11:30

2 Answers 2

1

Please check if these links have the appropriate solution you are searching for:

http://www.excelbanter.com/showthread.php?t=65605

http://it.w3support.net/index.php?db=so&id=243540

Sign up to request clarification or add additional context in comments.

1 Comment

thanks very much. i find out actually StreamWriter.WriteLine() function is generating  caharacter. how can i stop this?
0

Check How to convert a Unicode character to its ASCII equivalent

fix is going to be explicitly specifying the encoding you are using to convert to and from byte[] values to strings

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.