J
John Ztwin
Hello,
I have a file that contains ordinary text and some special charaters in
Unicode escape sequences (\uxxxx).
When I read the file using e.g. StreamReader Unicode escape sequences are
not converted to their character representation. They are shown excatly same
way than in file. Literals in C# code's variables are shown corretly.
Can anyone tell how to read Unicode escape sequences from file so that they
are presented like literals?
Thanks,
I have a file that contains ordinary text and some special charaters in
Unicode escape sequences (\uxxxx).
When I read the file using e.g. StreamReader Unicode escape sequences are
not converted to their character representation. They are shown excatly same
way than in file. Literals in C# code's variables are shown corretly.
Can anyone tell how to read Unicode escape sequences from file so that they
are presented like literals?
Thanks,