There are 2 machines, one with Xp one with Win 2003. Both are Japanese versions!
If you get the available encodings (via Regional Settings or programatically, Encoding.GetEncodings() ) this happens:
- on Xp, the resulting list is in Latin characters
- on Win 2003, the list is in Japanese characters
Some guy at work though to persist the encoding based on its name not on its code and now I have to investigate Japanese machines :)
Do you know of a way to force Win XP (not 2003) to give the list of encodings in Japanese (remember, the Xp is the Japanese version) ?