Reputation: 212
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
Upvotes: 2
Views: 843
Reputation: 926
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
Upvotes: 0
Reputation: 2276
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
Upvotes: 1