diff options
author | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-27 14:35:40 +0100 |
---|---|---|
committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-27 14:35:40 +0100 |
commit | b1de003dac299705a7f01c997d2b866bafe39926 (patch) | |
tree | 1cc16a3877e945116387a380f7f3023f81fa36e4 /doc/uniname.texi | |
parent | 752fd7247bc223bcea35bd89cf56d1c08ead9ba6 (diff) | |
parent | 3590c846d4c2febbc05b4ad6b14a06edc549e453 (diff) |
Merge tag 'upstream/0.9.6+really0.9.6'
Upstream version 0.9.6+really0.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 66461be..fa57147 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 |