https://github.com/dahlia/shinjitai-table
The table between shinjitai (新字体) and kyūjitai (舊字體).
https://github.com/dahlia/shinjitai-table
chinese-characters hanzi kanji kyujitai shinjitai unicode-data
Last synced: 7 months ago
JSON representation
The table between shinjitai (新字体) and kyūjitai (舊字體).
- Host: GitHub
- URL: https://github.com/dahlia/shinjitai-table
- Owner: dahlia
- Created: 2018-04-02T21:14:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T17:50:45.000Z (over 7 years ago)
- Last Synced: 2025-02-05T14:14:53.927Z (8 months ago)
- Topics: chinese-characters, hanzi, kanji, kyujitai, shinjitai, unicode-data
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shinjitai (新字体) table
========================[![Build status][travis-ci-badge]][travis-ci]
This repository contains two JSON files to map shinjitai (新字体) characters
to kyūjitai (舊字體) characters, and vice versa. The data source is from
the [Jōyō Kanji Table][1] (常用漢字表) from the Agency for Cultural Affairs
(文化庁) of Japan.[travis-ci-badge]: https://travis-ci.org/dahlia/shinjitai-table.svg?branch=master
[travis-ci]: https://travis-ci.org/dahlia/shinjitai-table
[1]: http://www.bunka.go.jp/kokugo_nihongo/sisaku/joho/joho/kijun/naikaku/kanji/joyokanjisakuin/*kyujitai.json*: Kyūjitai to shinjitai table
--------------------------------------------The *kyujitai.json* file contains a large table as an JSON object. The keys
are kyūjitai characters (e.g., `"體"`) and each value is its corresponding
shinjitai character (e.g., `"体"`) or `null` if it's the same form to the
kyūjitai one (e.g., `"字": null`).Note that, since some shinjitai characters merged multiple kyūjitai characters
into a single character, there are duplicated shinjitai values across different
kyūjitai keys.The kyūjitai keys of this table only consist of characters in the Jōyō Kanji
Table.*shinjitai.json*: Shinjitai to kyūjitai table
---------------------------------------------The *shinjitai.json* file contains a large table as an JSON object. The keys
are shinjitai characters (e.g., `"弁"`) and each value is an array of its
corresponding kyūjitai characters (e.g., `["辨", "瓣", "辯"]`) or `null`
if it's the same form to the shinjitai one (e.g., `"字": null`). Every value
must not be an empty array or contain the same character form to the shinjitai
key.