This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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: fix execute/wchar_t-1.c


Richard Henderson <rth@twiddle.net> writes:

> The problem is that this file was in 8-bit latin-1, and the only
> input character set we support is utf-8.  So I converted it and
> checked in the result.

Um, it is my intention to restore support for latin-1 before 3.4
ships.  I was leaving the test case intact because of this.

If you think we'd be better off with separate tests for that
functionality once I get round to writing it, then you should
probably convert the wchar* tests in libstdc++ as well, except
I'm not sure conversion to utf-8 is enough to make them pass again.

zw


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