A
Alex Leduc
I have some french accentuated characters that I'm trying to read from a
text file. The ASCIIEncoding Class's GetString doesn't support
characters with Char values above (char)127. I have a byte who's value
is (char)233 and I would like to know how to know how to get the
expected accentuated "e" character from this value.
Is there a more appropriate Encoding class?
MSDN reference ANSI Character set (128 - 255)
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/script56/html/vsmscANSITable2.htm
Alexandre Leduc
text file. The ASCIIEncoding Class's GetString doesn't support
characters with Char values above (char)127. I have a byte who's value
is (char)233 and I would like to know how to know how to get the
expected accentuated "e" character from this value.
Is there a more appropriate Encoding class?
MSDN reference ANSI Character set (128 - 255)
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/script56/html/vsmscANSITable2.htm
Alexandre Leduc