chardetsharp icon indicating copy to clipboard operation
chardetsharp copied to clipboard

Results 3 chardetsharp issues
Sort by recently updated
recently updated
newest added

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: ![notencoding](https://cloud.githubusercontent.com/assets/8678145/10070029/3d97d4f2-62b0-11e5-963c-1f88710f18d1.PNG) 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...