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/library/system.text.encoding(v=vs.80).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
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/library/system.text.encoding(v=vs.80).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