Charsetdetector

View the Project on GitHub chloette/CharsetDetector

CharsetDetector

About

CharsetDetector is an android library which can detect charset, based on cpdetector, supporting detect charset easily. It includes Java part, JNI part and C part.

[BTW, this project was closed several years ago.]

What's charset

Why not jchardet/cpdetector

How to use

Sample code

CharsetDetector.Codepage codepage = CharsetDetector.getInstance().detect("/sdcard/gb2312.txt");

JNI

Contact

mailto: chloette.e@gmail.com

Have fun~ ^_^