3 packages tagged with “UDE”
Detect any text file charset encoding using Mozilla Charset Detector (C# - Source file).
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
Compiled "C# port of Mozilla Universal Charset Detector" for .NET Framework, .NET Core