chardetsharp
chardetsharp copied to clipboard
I think you should add License.
The encoding for the the following file is not detected: https://onedrive.live.com/redir?resid=DBC75114109D3C7E!416&authkey=!AAaNrJIJijrzPCo&ithint=file%2czip But Visual Studio detect it:  Here following my code snippet: ``` public static Encoding GetEncodingCharDet(string filename) { Encoding...
Have copied your library, build it, tired on few files (utf-8 without bom, cytilliic windows 1251) - always got null for DetectedCharsetName and zero for result. For utf-8 files with...