Name change replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user