Shuvra
Shuvra

Reputation: 212

import data from Access to Excel generates Â​ char

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

Answers (2)

Chris B
Chris B

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

UltraCommit
UltraCommit

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

Related Questions