Detect character set for files, streams and other bytes.
This package is based on Ude and since version 2 also on uchardet, which are ports of the Mozilla Universal Charset Detector.
Features:
- Easy to use API
- Supports frameworks:
- .NET Standard 1.0
- .NET Standard 1.3 and 2.0
-...
More information
The Signed variant of the Ude (C# port of Mozilla Universal Charset Detector) - http://code.google.com/p/ude/
Why not to use the nuget.org/packages/UDE.CSharp/ ?
The library above is not signed and therefore we can't sign any other lib. Because the ~signed assemblies can't use the...
More information