Skip to content

0x6675636b796f75676974687562/kchardet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Character set detector library for the JVM — like vidoss/jchardet, but with a leading K.

Features

  • Plain ASCII detection.
  • UTF-8 detection (with and without BOM).
  • UTF-16 (BE, LE) detection (with and without BOM).
  • Chinese detection (GB 2312, GBK, GB 18030, Big5).
  • Mode Line based detection in source code files of known types, e.g.:
#!/usr/bin/env python3
# -*- coding: ISO-8859-15 -*-

print("Hello, World!")

About

Character set detector library for the JVM

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published