opencc-rust 2.0.0

Open Chinese Convert(OpenCC, 開放中文轉換) binding for the Rust language for conversion between Traditional Chinese and Simplified Chinese.
Documentation
1
2
3
4
5
6
7
8
9
{
  "name": "Old Japanese Kanji (Kyūjitai) to New Japanese Kanji (Shinjitai)",
  "normalization": [
    { "dict": { "type": "ocd2", "file": "CJK_Compatibility_Ideographs.ocd2" } }
  ],
  "conversion_chain": [
    { "dict": { "type": "ocd2", "file": "JPShinjitaiCharactersRev.ocd2" } }
  ]
}