8 packages tagged with “charset”
Ude.NetStandard is a compiled C# port of Mozilla Universal Charset Detector for dotnet.
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 6 (Will be dropped in the future) - .NET 8 - .NET Standard 2.0 - Strong named - XML documentation included Compared to Ude: - Refactor of API, namespaces and deadcode removal - Added some docs - Improve error handling - Improved unit tests
Compiled "C# port of Mozilla Universal Charset Detector" for .NET Framework, .NET Core
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 unsigned - for more details, see about error "Referenced assembly does not have a strong name" I also tried to contact with owner of the nuget.org/packages/UDE.CSharp/ for simple signing of any existing lib... but no result. Well, you can try this if you see similar problems with 'UDE.CSharp'... should work It assembled from my fork (obsolete): bitbucket.org/3F/ude.signed based on official latest rev.6 (v0.1) :: http://ude.googlecode.com/svn/trunk/ ~~~~~~~~ Get it via GetNuTool: --------------------------------------------------------- msbuild gnt.core /p:ngpackages="Ude.Signed/0.1.1" --------------------------------------------------------- * https://github.com/3F/GetNuTool
A .NET library for parsing and generating Internet email messages.
Chartect.IO is a character detection library. Forked from UDE, a port of Mozilla Universal Charset Detector.
Disable writing UTF-8 byte order marks (BOMs)
Charset binding library for Bridge.NET projects.