
04-25-2012, 02:31 AM
|
|
Regular
|
|
Join Date: Apr 2010
Posts: 50
|
|
Charset Encoding
|
Good morning,
I need to pass the Charset Encoding name which is defined in the 2nd column of the below table:
http://msdn.microsoft.com/en-us/libr...=vs.80%29.aspx
Like windows-1256 or utf-8...
However, I know that not all of them are applicable for my Windows application which only runs on Intel x86 or x64 platforms and only WinXp, Vista, 7 OS.
So which ones are applicable for me?
For example, some MAC encoding, like x-mac-japanese or x-mac-arabic are for MAC only? Or can be used in Windows too?
Or also for UTF-32, it always returns System.NotSupportedException
|
|