https://sourceware.org/bugzilla/show_bug.cgi?id=27360
Toolybird changed:
What|Removed |Added
CC||toolybird at tuta dot io
--- Comment #10
https://sourceware.org/bugzilla/show_bug.cgi?id=27551
--- Comment #11 from Vincent Lefèvre ---
But even when removing this test, keeping the "else", c is always 1-byte long,
so that non-ASCII characters are always regarded as non-printable.
--
You are receiving this mail because:
You are on the
https://sourceware.org/bugzilla/show_bug.cgi?id=27551
--- Comment #10 from Vincent Lefèvre ---
The bug is that:
if (encoding == 's')
buf[0] = c & 0x7f;
So the byte 0xc0 gets changed to 0x40, which is printable.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=27551
--- Comment #9 from Vincent Lefèvre ---
(In reply to Nick Clifton from comment #8)
> Found the cause of the testsuite failure, so here is a revised (version 3)
> patch.
Like with "-e S", I get binary data:
zira% echo $LC_CTYPE
C.UTF-8
zira%
https://sourceware.org/bugzilla/show_bug.cgi?id=27551
--- Comment #8 from Nick Clifton ---
Created attachment 13358
--> https://sourceware.org/bugzilla/attachment.cgi?id=13358&action=edit
Proposed patch
Found the cause of the testsuite failure, so here is a revised (version 3)
patch.
--
You
https://sourceware.org/bugzilla/show_bug.cgi?id=27551
Nick Clifton changed:
What|Removed |Added
Attachment #13356|0 |1
is obsolete|
https://sourceware.org/bugzilla/show_bug.cgi?id=27708
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--- Comment #1 f
https://sourceware.org/bugzilla/show_bug.cgi?id=27551
--- Comment #6 from Andreas Schwab ---
The isw* functions work on wide characters, not multi-byte characters. You
first have to convert the string of multi-byte characters to wide characters.
--
You are receiving this mail because:
You are
https://sourceware.org/bugzilla/show_bug.cgi?id=27551
--- Comment #5 from Nick Clifton ---
(In reply to Vincent Lefèvre from comment #2)
> "-e S" does not work with UTF-8, where I get a lot of binary data.
Strange - it worked for me.
> I think that the correct solution is to use isprint(), whi
https://sourceware.org/bugzilla/show_bug.cgi?id=27672
--- Comment #5 from Nick Lott ---
(In reply to Nick Clifton from comment #4)
> If you do not have an assignment, but are willing to create one, then
> please copy the email template here, fill it out and send it off:
>
Done. Will let you kno
10 matches
Mail list logo