diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 19:11:32 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 19:11:32 +0100 |
commit | 00893e79fc62966067af1a106567db96bd170338 (patch) | |
tree | 52b35cd0b42ca28e62a2ffbecade2e13dd8332cf /doc/libunistring_7.html | |
parent | 26112352a774737e1ce5580c93654a26c1e82b39 (diff) |
New upstream version 1.2upstream/1.2
Diffstat (limited to 'doc/libunistring_7.html')
-rw-r--r-- | doc/libunistring_7.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/libunistring_7.html b/doc/libunistring_7.html index e6460789..60a1428f 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 October, 16 2022 by texi2html 1.78a --> +<!-- Created on February, 24 2024 by texi2html 1.78a --> <!-- Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author) Karl Berry <karl@freefriends.org> @@ -51,7 +51,7 @@ ul.toc {list-style: none} <td valign="middle" align="left"> </td> <td valign="middle" align="left">[<a href="libunistring_toc.html#SEC_Top" title="Cover (top) of document">Top</a>]</td> <td valign="middle" align="left">[<a href="libunistring_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td> -<td valign="middle" align="left">[<a href="libunistring_21.html#SEC92" title="Index">Index</a>]</td> +<td valign="middle" align="left">[<a href="libunistring_21.html#SEC94" title="Index">Index</a>]</td> <td valign="middle" align="left">[<a href="libunistring_abt.html#SEC_About" title="About (help)"> ? </a>]</td> </tr></table> @@ -70,7 +70,7 @@ named <code>"MULTIPLICATION SIGN"</code>. </p> <dl> <dt><u>Macro:</u> unsigned int <b>UNINAME_MAX</b> -<a name="IDX229"></a> +<a name="IDX232"></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="IDX230"></a> +<a name="IDX233"></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="IDX231"></a> +<a name="IDX234"></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="IDX232"></a> +<a name="IDX235"></a> </dt> <dd><p>This macro expands to a constant that is a special return value of the <code>unicode_name_character</code> function. @@ -112,12 +112,12 @@ Returns the character if found, or <code>UNINAME_INVALID</code> if not found. <td valign="middle" align="left"> </td> <td valign="middle" align="left">[<a href="libunistring_toc.html#SEC_Top" title="Cover (top) of document">Top</a>]</td> <td valign="middle" align="left">[<a href="libunistring_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td> -<td valign="middle" align="left">[<a href="libunistring_21.html#SEC92" title="Index">Index</a>]</td> +<td valign="middle" align="left">[<a href="libunistring_21.html#SEC94" title="Index">Index</a>]</td> <td valign="middle" align="left">[<a href="libunistring_abt.html#SEC_About" title="About (help)"> ? </a>]</td> </tr></table> <p> <font size="-1"> - 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>. + This document was generated by <em>Bruno Haible</em> on <em>February, 24 2024</em> using <a href="https://www.nongnu.org/texi2html/"><em>texi2html 1.78a</em></a>. </font> <br> |