This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: Sevenbit-strings only partially respected?


>>>>> "Volodya" == Vladimir Prus <vladimir@codesourcery.com> writes:

Volodya> Russian letter 'Ñ' is encoded in UTF8 as 0xD1 0x83, and because
Volodya> of the above code, strings with that letter (and some other
Volodya> letters) get messed up completely.

Volodya> Can we please have that
Volodya> 	(c >= 0x7F && c < 0xA0)
Volodya> clause ripped off?

It would be fine by me.

FWIW I think sevenbit-strings is broken by design.  I think it would be
better if MI declared the host charset to be UTF-8 and stopped using
that setting.

Tom


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