Public bug reported:

```
medo@dev:~$ env | grep ^LANG
LANG=de_DE.UTF-8
medo@dev:~$ echo € | tr € E
EEE
medo@dev:~$ echo E | tr E €
�
```

should be
```
medo@dev:~$ env | grep ^LANG
LANG=de_DE.UTF-8
medo@dev:~$ echo € | tr € E
E
medo@dev:~$ echo E | tr E €
€
```

ProblemType: Bug
DistroRelease: Ubuntu 25.10
Package: coreutils-from-uutils 0.0.0~ubuntu24
ProcVersionSignature: Ubuntu 6.17.0-8.8-generic 6.17.2
Uname: Linux 6.17.0-8-generic x86_64
ApportVersion: 2.33.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CloudArchitecture: x86_64
CloudBuildName: minimal
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSerial: 20251210
CloudSubPlatform: seed-dir (dmi,/dev/sr0)
Date: Tue Jan  6 09:40:25 2026
PackageArchitecture: all
ProcEnviron:
 LANG=de_DE.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-kitty
 XDG_RUNTIME_DIR=<set>
SourcePackage: coreutils-from
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: coreutils-from (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug cloud-image questing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2137532

Title:
  tr handles UTF-8 wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils-from/+bug/2137532/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to