diff options
Diffstat (limited to 'doc/libunistring_7.html')
-rw-r--r-- | doc/libunistring_7.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/libunistring_7.html b/doc/libunistring_7.html index 7698638..e646078 100644 --- a/doc/libunistring_7.html +++ b/doc/libunistring_7.html @@ -1,6 +1,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd"> <html> -<!-- Created on January, 2 2022 by texi2html 1.78a --> +<!-- Created on October, 16 2022 by texi2html 1.78a --> <!-- Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author) Karl Berry <karl@freefriends.org> @@ -70,7 +70,7 @@ named <code>"MULTIPLICATION SIGN"</code>. </p> <dl> <dt><u>Macro:</u> unsigned int <b>UNINAME_MAX</b> -<a name="IDX228"></a> +<a name="IDX229"></a> </dt> <dd><p>This macro expands to a constant that is the required size of buffer for a Unicode character name. @@ -78,7 +78,7 @@ Unicode character name. <dl> <dt><u>Function:</u> char * <b>unicode_character_name</b><i> (ucs4_t <var>uc</var>, char *<var>buf</var>)</i> -<a name="IDX229"></a> +<a name="IDX230"></a> </dt> <dd><p>Looks up the name of a Unicode character, in uppercase ASCII. <var>buf</var> must point to a buffer, at least <code>UNINAME_MAX</code> bytes in size. @@ -87,7 +87,7 @@ Returns the filled <var>buf</var>, or NULL if the character does not have a name <dl> <dt><u>Function:</u> ucs4_t <b>unicode_name_character</b><i> (const char *<var>name</var>)</i> -<a name="IDX230"></a> +<a name="IDX231"></a> </dt> <dd><p>Looks up the Unicode character with a given name, in upper- or lowercase ASCII. <var>NAME</var> can also be an alias name of a character. @@ -96,7 +96,7 @@ Returns the character if found, or <code>UNINAME_INVALID</code> if not found. <dl> <dt><u>Macro:</u> ucs4_t <b>UNINAME_INVALID</b> -<a name="IDX231"></a> +<a name="IDX232"></a> </dt> <dd><p>This macro expands to a constant that is a special return value of the <code>unicode_name_character</code> function. @@ -117,7 +117,7 @@ Returns the character if found, or <code>UNINAME_INVALID</code> if not found. </tr></table> <p> <font size="-1"> - This document was generated by <em>Bruno Haible</em> on <em>January, 2 2022</em> using <a href="https://www.nongnu.org/texi2html/"><em>texi2html 1.78a</em></a>. + This document was generated by <em>Bruno Haible</em> on <em>October, 16 2022</em> using <a href="https://www.nongnu.org/texi2html/"><em>texi2html 1.78a</em></a>. </font> <br> |