Function ucd_util::ideograph_name [] [src]

pub fn ideograph_name(cp: u32) -> Option<String>

Return the character name of the given ideograph codepoint.

This operation is only defined on ideographic codepoints. This includes precisely the following inclusive ranges:

If the given codepoint is not in any of the above ranges, then None is returned.

This implements the algorithm described in Unicode 4.8.