A
Adhal
Hello,
On Vista & XP, I want to store filenames in a text file. What encoding
should I use?
UTF16 (Encoding.Unicode)
OR
UTF32 (Encoding.UTF32).
I think UTF16 is enough? Anyway that is what I am currently using.
One other question. If I have a Japanese system and I again I want to store
the filenames in a text file but this time not Unicode, should I use:
A) ANSI (Encoding.Default)
B) ASCII (Encoding.ASCII)
My understanding is that I should use Encoding.Default as it is set
according to the system. I really don't know the difference between the two
as they seem alike.
Thanks for taking the time to read this.
Adhal
On Vista & XP, I want to store filenames in a text file. What encoding
should I use?
UTF16 (Encoding.Unicode)
OR
UTF32 (Encoding.UTF32).
I think UTF16 is enough? Anyway that is what I am currently using.
One other question. If I have a Japanese system and I again I want to store
the filenames in a text file but this time not Unicode, should I use:
A) ANSI (Encoding.Default)
B) ASCII (Encoding.ASCII)
My understanding is that I should use Encoding.Default as it is set
according to the system. I really don't know the difference between the two
as they seem alike.
Thanks for taking the time to read this.
Adhal