dependencies {
implementation 'io.hkhc:io.hkhc.ccc:1.0'
}
This library provide tools to map Chinese characters to its Chinese commercial code.
CCCDB db = new CCCDB();
db.load();
Assert.assertEquals("7115 1129 2429", db.getCCCs("陳大文"));
Source data for the mapping files are placed under data folder. The encoding mapping file
is generated by CCCGenerator
class.