On Tue, 4 Mar 2008, Paul-Kenji Cahier wrote:
Greetings, Paul-Kenji,
?LC_ALL set to C.UTF-8 in all cases. Cygwin freshly installed.
?Also tried LC_ALL=en_US.UTF-8(which shouldnt exist) and it did
?not work either.
?Newlib uses "C-UTF-8", not "C.UTF-8" for some reason. I don't see that
?newli
>>?LC_ALL set to C.UTF-8 in all cases. Cygwin freshly installed.
>>?Also tried LC_ALL=en_US.UTF-8(which shouldnt exist) and it did
>>?not work either.
>?Newlib uses "C-UTF-8", not "C.UTF-8" for some reason. I don't see that
>?newlib understands the dot. Moreover, Cygwin doesn't support utf-8 yet
Here things display okay, but trying to erase a multi-byte character ends up
only deleting one byte;
ie (in pseudo code):
"echo test:é"->"test:<0x3>"
Which clearly shows the editing is not being utf-8 aware.
It also displays badly if you start doing multi-line commands:
the term&shell get highly c
3 matches
Mail list logo