Package: coreutils
Version: 8.32-4+b1
Followup-For: Bug #139861
X-Debbugs-Cc: t...@mirbsd.de
Control: found 139861 9.1-1
Oh wow is this an old bug.
I thought, at first, it’s just character classes…
$ echo mäÄH | tr '[:upper:]' '[:lower:]'
mäÄh
… but apparently, yes, multibyte support is broken:
dimas wrote:
> here is yet another example of tr working wrong with cyrillic chars:
> >21:17:36 272 ~$ echo "ололо" | xxd
Yes. Please read through the bug log that you are adding information
to. It is well known that the coreutils does not support UTF-8
characters. Please start at the top and r
here is yet another example of tr working wrong with cyrillic chars:
>21:17:36 272 ~$ echo "ололо" | xxd
000: d0be d0bb d0be d0bb d0be 0a ...
>21:18:06 272 ~$ echo "ОЛОЛО" | xxd
000: d09e d09b d09e d09b d09e 0a ...
>21:18:21 272 ~$ echo "ололо" | tr
3 matches
Mail list logo