cjk - Is there a module to convert Chinese character to Japanese (kanji) or Korean (hanja) in Python 3? -
i'd switch cjk characters in python 3.3. is, need 價(korean) 价(chinese), , 価(japanese) 價. there external module that?
unihan information
the unihan page 價 provide simplified variant (vs. traditionnal), doesn't seems give japanese/korean one. so...
cjklib
i recommend have @ cjklib, has feature section called variants stating:
z-variant forms, differ in typeface
[update] z-variant
your sample character 價 (u+50f9) doesn't have z-variant. 価 (u+4fa1) has kzvariant u+50f9 價. seems weird.
further reading
- package documentation available on python.org/pypi/cjklib ;
- z-variant form definition.
Comments
Post a Comment