This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Make sure mbrtowc can reset internal state after encoding error


On Wed, May 4, 2011 at 08:44, Andreas Schwab <schwab@redhat.com> wrote:
> 2011-05-04 ÂAndreas Schwab Â<schwab@redhat.com>
>
> Â Â Â Â* iconv/loop.c (SINGLE(LOOPFCT)): Reset conversion state after an
> Â Â Â Âencoding error.

Why?  This is deliberately not done.  If the conversion routines
report problems and they insist on continuing then they can reset the
state themselves on demand.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]