iso-22-cn is not supported encoding
See original GitHub issueHello again,
Took the latest code from devel branch to fix the issue #324 and now i’m getting exception in TextEncoding class
Additional information: 'iso-2022-cn' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.
Here is screenshot
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Need some help solving an encoding error in a lib that only ...
"iso-2022-cn' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.
Read more >'UTF8' is not a supported encoding name
This fixes all encoding errors except of : System.ArgumentException: ''iso-2022-cn' is not a supported encoding name. For information on ...
Read more >Read text file - Encoding error
I have to read a log file using Read text file activity, until yesterday it was working perfectly, today it is throwing the...
Read more >Viewing online file analysis results for 'AngleSharp.dll'
Not all malicious and suspicious indicators are displayed. ... 6The object does not support the operation or argument. ... <Encoding>k__BackingField.
Read more >Encoding.GetEncodings Method (System.Text)
This method returns a list of supported encodings, uniquely distinguished by code page. For a table that lists the supported encodings, see Encoding....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Unfortunately, I can’t fix the .NET framework. Depending on the platform one or the other encoding may not be available. However, there is no way of knowing that (x-plat) beforehand, therefore the ugly catch’em all had to be inserted. If you simply press F5 the debugging will continue.
@FlorianRappl, hello!
Try using
x-cp50227
instead ofiso-2022-ch
(see doc/win32 or src/corefx)