G
Guest
I am having alot of difficulty with text files in .NET when they have special
characters like Ã, ó, ç etc...
When i read a text file with them and then write it back out it ignores all
of those characters completely.
I tried all the encoding types and it seems only Encoding.Default does it
right... but it sounds dangerous... can I rely on Encoding.Default behaving
like this for all other machines?
characters like Ã, ó, ç etc...
When i read a text file with them and then write it back out it ignores all
of those characters completely.
I tried all the encoding types and it seems only Encoding.Default does it
right... but it sounds dangerous... can I rely on Encoding.Default behaving
like this for all other machines?