Function ucd_util::hangul_name
[−]
[src]
pub fn hangul_name(cp: u32) -> Option<String>
Return the character name of the given precomposed Hangul codepoint.
If the given codepoint does not correspond to a precomposed Hangul
codepoint in the inclusive range AC00..D7A3
, then this returns None
.
This implements the algorithms described in Unicode 3.12 and Unicode 4.8.