AngleSharp in Unity, 'CodePagesEncodingProvider'
See original GitHub issueI’m trying to use this with Unity (2018.3.6f1) on the .NET 4.x runtime. I’m getting an error:
Assets\AngleSharp-master\src\AngleSharp\Browser\EncodingMetaHandler.cs(20,39): error CS0103: The name 'CodePagesEncodingProvider' does not exist in the current context
Seems that System.Text.Encoding doesn’t exist? I feel like I’m having issues with .NET versioning.
Can someone help? Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
AngleSharp
angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications....
Read more >AngleSharp - Documentation
AngleSharp is a .NET Standard library that can be used on many platforms. This includes, but is not limited to, .NET (Core /...
Read more >AngleSharp NET Headless Browsing - YouTube
Announcing .NET Core 3.0: https://aka.ms/dotnetcore3 Ever wanted to know the internals of an evergreen web browser?
Read more >Encoding.RegisterProvider(CodePagesEncodingProvider. ...
Now I can access the extra code pages using the Encoding.GetEncoding() method, however I still get the same list of encodings from Encoding....
Read more >CodePagesEncodingProvider Class (System.Text)
Provides access to an encoding provider for code pages that otherwise are available only in the desktop .NET Framework.
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
Ok, that was exactly it. It even works in Android! For the record here’s how I did it:
Thanks for the help Florian 😃
Landed in
devel
.