This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [ping] [PATCH] Different outputs affected by locale
- From: Pedro Alves <palves at redhat dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: yao at codesourcery dot com, tromey at redhat dot com, brobecker at adacore dot com, gdb-patches at sourceware dot org
- Date: Mon, 16 Jun 2014 17:23:05 +0100
- Subject: Re: [ping] [PATCH] Different outputs affected by locale
- Authentication-results: sourceware.org; auth=none
- References: <1401192650-29688-1-git-send-email-yao at codesourcery dot com> <538EAEE5 dot 2080708 at codesourcery dot com> <20140604124708 dot GR4289 at adacore dot com> <538F1CC3 dot 9090605 at codesourcery dot com> <87oay8a0t6 dot fsf at fleche dot redhat dot com> <538F803A dot 9020007 at redhat dot com> <538FE412 dot 1050806 at codesourcery dot com> <53903119 dot 6000204 at redhat dot com> <53903EE5 dot 8090107 at codesourcery dot com> <539042A2 dot 4050409 at redhat dot com> <539571C6 dot 40605 at codesourcery dot com> <53958862 dot 5020106 at redhat dot com> <5397BCEC dot 8080300 at codesourcery dot com> <539990BD dot 9020504 at redhat dot com> <83tx7qxdg6 dot fsf at gnu dot org> <5399E2D7 dot 3060705 at redhat dot com> <83ioo6xbk2 dot fsf at gnu dot org> <5399EC00 dot 4000601 at redhat dot com> <83egyux9h2 dot fsf at gnu dot org> <539EF7E7 dot 7020204 at redhat dot com> <83fvj4vp56 dot fsf at gnu dot org>
On 06/16/2014 04:40 PM, Eli Zaretskii wrote:
>>> With you so far. But note that on Windows, even the above does not
>>> guarantee "stable output", because the console codepage is not changed
>>> by 'setlocale',
>>
>> I guess the harmness could run gdb under chcp 65001 or some such.
>
> You could, but it won't help, really. It's a long story, but support
> for UTF-8 on a Windows console is pathetic. With enough trouble
> (which will need source changes in GDB and in Readline), you might
> have European characters displayed correctly, if you also change the
> console font to Lucida Console. But anything beyond European
> characters simply cannot be displayed, because the font doesn't have
> them.
OK, I was focusing more on the "stable output" aspect than
the specific codepage.
--
Pedro Alves