X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53663be8a5ea8e1c6f178839209b67e8228e4642..0d9b2c16361930cc9b7378102395763db801250f:/docs/latex/wx/datostrm.tex diff --git a/docs/latex/wx/datostrm.tex b/docs/latex/wx/datostrm.tex index c904e34f10..d648427128 100644 --- a/docs/latex/wx/datostrm.tex +++ b/docs/latex/wx/datostrm.tex @@ -26,7 +26,7 @@ None \func{}{wxDataOutputStream}{\param{wxOutputStream\&}{ stream}, \param{wxMBConv\&}{ conv = wxMBConvUTF8}} Constructs a datastream object from an output stream. Only write methods will -be available. The second form is only available in Unicode build of wxWindows. +be available. The second form is only available in Unicode build of wxWidgets. \wxheading{Parameters} @@ -116,7 +116,7 @@ specified with the {\it size} variable. Writes {\it string} to the stream. Actually, this method writes the size of the string before writing {\it string} itself. -In ANSI build of wxWindows, the string is written to the stream in exactly +In ANSI build of wxWidgets, the string is written to the stream in exactly same way it is represented in memory. In Unicode build, however, the string is first converted to multibyte representation with {\it conv} object passed to stream's constructor (consequently, ANSI application can read data