[][src]Crate cjk

Structs

HALFWIDTH_KATAKANA
HALFWIDTH_KATAKANA_TO_ROMAJI
HIRAGANA
HIRAGANA_TO_ROMAJI
JAPANESE
JAPANESE_PUNCTUATION
JOUYOU_ATEJI_INDEX
JOUYOU_KANJI
JOUYOU_PRONUNCIATION_INDEX
JOUYOU_TABLE
JouyouRecord
KATAKANA
KATAKANA_TO_ROMAJI
UNIHAN_ANY_VARIANT
UNIHAN_CHARACTERS
UNIHAN_RADICALS
UNIHAN_SIMPLIFIED_CHINESE
UnihanCharacter
UnihanRadical
UnihanRadicalStrokeCount

Statics

HALFWIDTH_KATAKANA_TO_ROMAJI_DATA
HIRAGANA_TO_ROMAJI_DATA
KATAKANA_TO_ROMAJI_DATA

Functions

is_cjk_codepoint

is_cjk_codepoint returns true if the character falls within the CJK unicode block. The CJK unicode block does not contain all japanese, korean, or vietnamese characters.

is_japanese

is_japanese returns true if the string can almost certainly be read as japanese.

is_korean

is_korean returns true if the string can almost certainly be read as korean.

is_simplified_chinese

is_simplified_chinese returns true if the string can almost certainly be read as simplified chinese.

is_traditional_chinese

is_traditional_chinese returns true if the string can almost certainly be read as traditional chinese.

is_vietnamese

is_vietnamese returns true if the string can almost certainly be read as vietnamese.

parts
radical
radicals
romaji
stroke_count
variants