> -----Original Message-----
> From: Martin Sebor [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 12, 2008 10:52 AM
> To: dev@stdcxx.apache.org
> Subject: Re: STDCXX-435
> 
> Eric Lemings wrote:
> [...]
> > Right.  And I believe that limit is
> > 
> >     min(__from_end-__from, __to_limit-__to)
> 
> Suppose MB_CUR_MAX=4, the size of the source sequence is 1 byte
> (with no terminating NUL), and the byte doesn't form a complete
> multibyte character. There's no way to tell the function not to
> attempt to read past the first byte.

I could be missing something but wouldn't this constitute an invalid
conversion?

Brad.

Reply via email to