[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<uniname.h>
This include file implements the association between a Unicode character and its name.
The name of a Unicode character allows to distinguish it from other, similar
looking characters. For example, the character ‘x’ has the name
"LATIN SMALL LETTER X"
and is therefore different from the character
named "MULTIPLICATION SIGN"
.
This macro expands to a constant that is the required size of buffer for a Unicode character name.
Looks up the name of a Unicode character, in uppercase ASCII.
buf must point to a buffer, at least UNINAME_MAX
bytes in size.
Returns the filled buf, or NULL if the character does not have a name.
Looks up the Unicode character with a given name, in upper- or lowercase
ASCII. Returns the character if found, or UNINAME_INVALID
if not found.
This macro expands to a constant that is a special return value of the
unicode_name_character
function.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Bruno Haible on March, 30 2010 using texi2html 1.78a.