diff options
author | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 16:48:15 +0100 |
---|---|---|
committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 16:48:15 +0100 |
commit | 5f2b09982312c98863eb9a8dfe2c608b81f58259 (patch) | |
tree | e5d38581c2f36e1cca02efedd2d85044d77f76f9 /doc/uniname.texi | |
parent | 3e0814cd9862b89c7a39672672937477bd87ddfb (diff) |
Imported Upstream version 0.9.6upstream/0.9.6
Diffstat (limited to 'doc/uniname.texi')
-rw-r--r-- | doc/uniname.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/uniname.texi b/doc/uniname.texi index 66461be5..fa571470 100644 --- a/doc/uniname.texi +++ b/doc/uniname.texi @@ -23,7 +23,8 @@ Returns the filled @var{buf}, or NULL if the character does not have a name. @deftypefun ucs4_t unicode_name_character (const char *@var{name}) Looks up the Unicode character with a given name, in upper- or lowercase -ASCII. Returns the character if found, or @code{UNINAME_INVALID} if not found. +ASCII. @var{NAME} can also be an alias name of a character. +Returns the character if found, or @code{UNINAME_INVALID} if not found. @end deftypefun @deftypevr Macro ucs4_t UNINAME_INVALID |