Build failure in today's cvs-head



On Wed, Feb 11, 2009 at 10:10 AM, Raymond Toy <raymond.toy at ericsson.com> wrote:

>> I dunno. At this point I'd rather just nuke any characters that are
>> not 7-bit ascii.

> I've done that already.
>
> But I think that we're going to have to visit this issue again soon if
> you get the gettext stuff going with different translations.
>
> I don't know, but I suspect that the supported languages are not going
> to fit in 7-bit ascii, so we'll have to set up the output streams to
> support the correct external format.

Sure, but I think there are 2 separate problems here.

One is to read the source code in any locale. I think enforcing
7-bit ascii is helpful for that.

The other is to read and display translated messages.
For any given language that would be done in a specific locale.
It doesn't have to work in any other locale.

Maybe I'm not understanding what you're getting at.

Robert