X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..0bd2681966523df88ad5cf8e505b532843e58d74:/docs/latex/wx/mbcnvut8.tex diff --git a/docs/latex/wx/mbcnvut8.tex b/docs/latex/wx/mbcnvut8.tex index 19801f9571..46743a76d5 100644 --- a/docs/latex/wx/mbcnvut8.tex +++ b/docs/latex/wx/mbcnvut8.tex @@ -16,6 +16,10 @@ It has one predefined instance, {\bf wxConvUTF8}. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{wxMBConvUTF7}{wxmbconvutf7}, @@ -34,7 +38,7 @@ protocols, and database fields. Notable properties include: \item Null bytes do not occur in the encoding, except when there's an actual Unicode null character \item Preserves sort ordering for plain 8-bit comparison routines like strcmp() -\item High bit patterns unambiguates character boundaries, and makes it easy to +\item High bit patterns disambiguates character boundaries, and makes it easy to detect whether a string is encoded with UTF-8 or not \end{itemize}