translate french characters

  • Thread starter Thread starter jgershonw1
  • Start date Start date
J

jgershonw1

I have a file that is UTF-8 encoded which contains french words. The
french characters are represented as two characters. Take for example
an accented e, which is A with a tilda ontop and the copyright symbol.
How would I go about translating Téléjournal to Téléjournal?
 
Use the tables as they are used in that country.
http://msdn2.microsoft.com/en-us/library/system.text.encoding(vs.71).aspx

http://msdn2.microsoft.com/en-us/library/ms776446.aspx

Cor


<[email protected]> schreef in bericht
I have a file that is UTF-8 encoded which contains french words. The
french characters are represented as two characters. Take for example
an accented e, which is A with a tilda ontop and the copyright symbol.
How would I go about translating Téléjournal to Téléjournal?
 
Back
Top