Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CharForName ¶
func CharForName(nameChoice NameChoice, name string) rune
Types ¶
type NameChoice ¶
type NameChoice int32
const ( UnicodeCharName NameChoice = iota /** * The Unicode_1_Name property value which is of little practical value. * Beginning with ICU 49, ICU APIs return an empty string for this name choice. * @deprecated ICU 49 */ Unicode10CharName /** Standard or synthetic character name. @stable ICU 2.0 */ ExtendedCharName /** Corrected name from NameAliases.txt. @stable ICU 4.4 */ CharNameAlias )
Click to show internal directories.
Click to hide internal directories.