J
jm
Hi All,
I'm trying to read an UTF-8 file where diacritics are coded using
combining characters e.g the accented character is represented as the
unaccented character followed by the accented combining character.
Example: é is 65 CC 81
It seems that the UTF8 encoding does not handle this:
Dim sr As IO.StreamReader = New System.IO.StreamReader(fname, Encoding.UTF8)
I do not get my accented characters.
Is there another encoding to cope with such UTF-8 file ?
Thanks,
Jean-Michel
I'm trying to read an UTF-8 file where diacritics are coded using
combining characters e.g the accented character is represented as the
unaccented character followed by the accented combining character.
Example: é is 65 CC 81
It seems that the UTF8 encoding does not handle this:
Dim sr As IO.StreamReader = New System.IO.StreamReader(fname, Encoding.UTF8)
I do not get my accented characters.
Is there another encoding to cope with such UTF-8 file ?
Thanks,
Jean-Michel