Hi, I am looking at this method from Encoding class.
http://msdn.microsoft.com/en-us/library/wzsz3bk3.aspx
It mentioned that
"The GetEncoding method relies on the underlying platform to support most code pages. However, the .NET Framework natively supports some encodings. "
Where could I find the list of encodings which are natively supported by .NET?
I am mostly interested in Shift-jis encoding (Code page 932). At which instance is this code page not available to me?
Thanks.