diff options
Diffstat (limited to 'doc/libunistring_1.html')
| -rw-r--r-- | doc/libunistring_1.html | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/doc/libunistring_1.html b/doc/libunistring_1.html index c5bc673b..06fdb6e2 100644 --- a/doc/libunistring_1.html +++ b/doc/libunistring_1.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> @@ -289,7 +289,7 @@ a significant amount of text processing, or when the program has multiple  threads operating on the same data but in different locales.  </li><li>  As ‘<samp>wchar_t *</samp>’, a.k.a. “wide strings”.  This approach is misguided, -see <a href="libunistring_18.html#SEC81">The <code>wchar_t</code> mess</a>. +see <a href="libunistring_18.html#SEC83">The <code>wchar_t</code> mess</a>.  </li></ul>  <p>Of course, a ‘<samp>char *</samp>’ string can, in some cases, be encoded in UTF-8. @@ -387,7 +387,7 @@ number of screen columns of a string is requested.  gnulib has functions <code>mbschr</code> and <code>mbsrrchr</code> that are  like <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strchr.html"><code>strchr</code></a> and <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strrchr.html"><code>strrchr</code></a>, but work in multibyte locales.  </li><li> -gnulib has a function <code>mbsstr</code>, like <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strstr.html"><code>strstr</code></a>, but works +gnulib has a function <code>mbsstr</code> that is like <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/strstr.html"><code>strstr</code></a>, but works  in multibyte locales.  </li><li>  gnulib has functions <code>mbscspn</code>, <code>mbspbrk</code>, <code>mbsspn</code> @@ -437,7 +437,7 @@ to view case transformations as functions that operates on strings,  rather than on characters.  </li></ol> -<p>This is implemented in this library, through the functions declared in <code><unicase.h></code>, see <a href="libunistring_14.html#SEC67">Case mappings <code><unicase.h></code></a>. +<p>This is implemented in this library, through the functions declared in <code><unicase.h></code>, see <a href="libunistring_14.html#SEC69">Case mappings <code><unicase.h></code></a>.  </p>  <hr size="6">  <a name="Unicode-strings"></a> @@ -486,12 +486,12 @@ zero-valued unit used as “end marker”.  <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> | 
