I am writing an FTP client which support multiple encodings.
Currently I see that Encoding.GetEncodings() method is not available on WinRT. So is there any way to retrieve all supported encoding names on current device? I want to bind this to an encoding picker combobox.
I saw an encoding list from Encoding Class MSDN. Are they all supported by any WinRT device using any Windows 8 system and sold to any market all over the world?
Thanks.