Author: sebor
Date: Tue May 15 12:34:25 2007
New Revision: 538286

URL: http://svn.apache.org/viewvc?view=rev&rev=538286
Log:
2007-05-15  Martin Sebor  <[EMAIL PROTECTED]>

        * codecvt.html: Added a note to do_length() clarifying the relationship
        (or the lack thereof) between it and the C Standard Library function
        mbsrtowcs(). See the following thread:
        
http://groups.google.com/group/comp.lang.c++/tree/browse_frm/thread/85ffe366e1d65734

Modified:
    incubator/stdcxx/trunk/doc/stdlibref/codecvt.html

Modified: incubator/stdcxx/trunk/doc/stdlibref/codecvt.html
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/doc/stdlibref/codecvt.html?view=diff&rev=538286&r1=538285&r2=538286
==============================================================================
--- incubator/stdcxx/trunk/doc/stdlibref/codecvt.html (original)
+++ incubator/stdcxx/trunk/doc/stdlibref/codecvt.html Tue May 15 12:34:25 2007
@@ -289,6 +289,9 @@
 <LI><P CLASS="LIST"><SAMP>state</SAMP> is either initialized to the beginning 
of a sequence or equal to the result of the previous conversion on the 
sequence. </P></LI>
 <LI><P CLASS="LIST"><SAMP>(from &lt;= end)</SAMP> is well-defined and true. 
</P></LI>
 </UL>
+<UL>
+<P>Note that this function does not behave similarly to the C Standard Library 
function <SAMP>mbsrtowcs()</SAMP>. See the <SAMP><A 
HREF="http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/examples/manual/mbsrtowcs.cpp";>mbsrtowcs.cpp</A></SAMP>
 example program for an implementation of this function using the 
<SAMP>codecvt</SAMP> facet.</P>
+</UL>
 
 <A NAME="idx487"></A><PRE>
 virtual int 


Reply via email to