add digraphs for Chinese numerals

This commit is contained in:
Julin S 2022-04-11 16:44:35 +05:30
parent efea596c62
commit 4d40dd0ae6
2 changed files with 31 additions and 0 deletions

View File

@ -248,6 +248,22 @@
((?v ?~) . ?\x1e7d) ; ṽ (duplicate of 'v?')
((?y ?~) . ?\x1ef9) ; ỹ (duplicate of 'y?')
; Chinese numerals
((?0 ?C) . ?\x3007) ; " (duplicate of '0_')
((?1 ?C) . ?\x4e00) ; " 一
((?2 ?C) . ?\x4e8c) ; " 二
((?3 ?C) . ?\x4e09) ; " 三
((?4 ?C) . ?\x56db) ; " 四
((?5 ?C) . ?\x4e94) ; " 五
((?6 ?C) . ?\x516d) ; " 六
((?7 ?C) . ?\x4e03) ; " 七
((?8 ?C) . ?\x516b) ; " 八
((?9 ?C) . ?\x4e5d) ; " 九
((?t ?C) . ?\x5341) ; " 十
((?s ?C) . ?\x767e) ; " 百
((?b ?C) . ?\x5343) ; " 千
((?w ?C) . ?\x842c) ; " 萬
; Unicode phonetic symbols
;; https://en.wikipedia.org/wiki/Phonetic_symbols_in_Unicode

View File

@ -260,6 +260,21 @@ digr u~ 361 " ũ (duplicate of 'u?')
digr v~ 7805 " ṽ (duplicate of 'v?')
digr y~ 7929 " ỹ (duplicate of 'y?')
"" Chinese numerals
digr 0C 12295 " (duplicate of '0_')
digr 1C 19968 " 一
digr 2C 20108 " 二
digr 3C 19977 " 三
digr 4C 22235 " 四
digr 5C 20116 " 五
digr 6C 20845 " 六
digr 7C 19971 " 七
digr 8C 20843 " 八
digr 9C 20061 " 九
digr tC 21313 " 十
digr sC 30334 " 百
digr bC 21315 " 千
digr wC 33836 " 萬
"" Unicode phonetic symbols
""" https://en.wikipedia.org/wiki/Phonetic_symbols_in_Unicode