X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/183749989294d21f38f03dabfdb15f42225eceac..32485259c1342115488d219776dfebeb3d4d81b1:/docs/latex/wx/tunicode.tex diff --git a/docs/latex/wx/tunicode.tex b/docs/latex/wx/tunicode.tex index b275ebca66..880a3f8da9 100644 --- a/docs/latex/wx/tunicode.tex +++ b/docs/latex/wx/tunicode.tex @@ -6,7 +6,7 @@ %% Created: 22.09.99 %% RCS-ID: $Id$ %% Copyright: (c) 1999 Vadim Zeitlin -%% Licence: wxWidgets license +%% Licence: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Unicode support in wxWidgets}\label{unicode} @@ -121,7 +121,7 @@ In wxWidgets, the code fragment from above should be written instead: What happens here? First of all, you see that there are no more {\tt \#ifdef}s at all. Instead, we define some types and macros which behave differently in -the Unicode and ANSI builds and allows us to avoid using conditional +the Unicode and ANSI builds and allow us to avoid using conditional compilation in the program itself. We have a {\tt wxChar} type which maps either on {\tt char} or {\tt wchar\_t}