question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iso-22-cn is not supported encoding

See original GitHub issue

Hello 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 iso22cn

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
FlorianRapplcommented, Apr 28, 2016

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.

2reactions
rstm-sfcommented, Nov 15, 2019

@FlorianRappl, hello!

Try using x-cp50227 instead of iso-2022-ch (see doc/win32 or src/corefx)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found