From 194e741ceaad79020e8dafeb3d8f3bb7b467aa68 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 2 Mar 2003 21:31:58 +0000 Subject: [PATCH] Added hint at default conversion in Unicode mode. It is enough if I got burned by it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/txtstrm.tex | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/txtstrm.tex b/docs/latex/wx/txtstrm.tex index 800089f14c..af5deb60a5 100644 --- a/docs/latex/wx/txtstrm.tex +++ b/docs/latex/wx/txtstrm.tex @@ -39,8 +39,11 @@ For example: \func{}{wxTextInputStream}{\param{wxInputStream\&}{ stream}} +\func{}{wxTextInputStream}{\param{wxInputStream\&}{ stream}, \param{wxMBConv\&}{ conv = wxMBConvUTF8}} + Constructs a text stream object from an input stream. Only read methods will -be available. +be available. The second form is available only in Unicode mode and lets +you set the encoding of the text. \wxheading{Parameters} @@ -139,11 +142,10 @@ and Unix in their native formats (concerning the line ending). \membersection{wxTextOutputStream::wxTextOutputStream}\label{wxtextoutputstreamconstr} -\func{}{wxTextOutputStream}{\param{wxOutputStream\&}{ stream}, \param{wxEOL}{ mode = wxEOL\_NATIVE}} +\func{}{wxTextOutputStream}{\param{wxOutputStream\&}{ stream}, \param{wxEOL}{ mode = wxEOL\_NATIVE}, \param{wxMBConv\&}{ conv = wxMBConvUTF8}} Constructs a text stream object from an output stream. Only write methods will -be available. - +be available. The second form is only available in Unicode mode. \wxheading{Parameters} \docparam{stream}{The output stream.}