]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tnoneng.tex
Misc small changes
[wxWidgets.git] / docs / latex / wx / tnoneng.tex
index 84e71d1f03bf067dda1e5a0da9d0ff2593c20434..e937c42010e43559b2bcd838617c0c354cfccff3 100644 (file)
@@ -17,7 +17,6 @@ describes locales concept.
 Whereever in the following text {\it iso8859-2} and {\it windows-1250} are
 used, any encodings are meant and any encodings may be substituted there.
 
 Whereever in the following text {\it iso8859-2} and {\it windows-1250} are
 used, any encodings are meant and any encodings may be substituted there.
 
-
 \wxheading{Locales}
 
 The best way how to ensure correctly displayed texts in GUI across platforms
 \wxheading{Locales}
 
 The best way how to ensure correctly displayed texts in GUI across platforms
@@ -96,11 +95,9 @@ You must set {\it bConvertEncoding} to TRUE in
 \helpref{wxLocale constructor}{wxlocaledefctor} in order to enable
 runtime encoding conversion!
 
 \helpref{wxLocale constructor}{wxlocaledefctor} in order to enable
 runtime encoding conversion!
 
-
-
 \wxheading{Font mapping}
 
 \wxheading{Font mapping}
 
-You can use \helpref{wxEncodingConverter}{wxencodingconverter} and
+You can use \helpref{wxEncodingConverter}{wxencodingconverter} and 
 \helpref{wxFontMapper}{wxfontmapper} to display text:
 
 \begin{verbatim}
 \helpref{wxFontMapper}{wxfontmapper} to display text:
 
 \begin{verbatim}
@@ -122,16 +119,12 @@ if (!wxTheFontMapper->IsEncodingAvailable(enc, facename))
 ...display text...
 \end{verbatim}
 
 ...display text...
 \end{verbatim}
 
-
 \wxheading{Converting data}
 
 You may want to store all program data (created documents etc.) in
 same encoding, let's say windows1250. Obviously, the best way would
 be to use \helpref{wxEncodingConverter}{wxencodingconverter}.
 
 \wxheading{Converting data}
 
 You may want to store all program data (created documents etc.) in
 same encoding, let's say windows1250. Obviously, the best way would
 be to use \helpref{wxEncodingConverter}{wxencodingconverter}.
 
-
-
-
 \wxheading{Help files}
 
 If you're using \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller} there is
 \wxheading{Help files}
 
 If you're using \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller} there is
@@ -151,3 +144,4 @@ Charset=iso8859-2
 
 This additional entry tells HTML help controller what encoding is used
 in contents and index tables.
 
 This additional entry tells HTML help controller what encoding is used
 in contents and index tables.
+