[Bug 2137532] [NEW] tr handles UTF-8 wrong

medontlikemusic 2137532 at bugs.launchpad.net
Tue Jan 6 08:45:05 UTC 2026


Public bug reported:

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

should be
```
medo at dev:~$ env | grep ^LANG
LANG=de_DE.UTF-8
medo at dev:~$ echo € | tr € E
E
medo at 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
Foundations Bugs, which is subscribed to coreutils-from in Ubuntu.
https://bugs.launchpad.net/bugs/2137532

Title:
  tr handles UTF-8 wrong

Status in coreutils-from package in Ubuntu:
  New

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

  should be
  ```
  medo at dev:~$ env | grep ^LANG
  LANG=de_DE.UTF-8
  medo at dev:~$ echo € | tr € E
  E
  medo at 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)

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




More information about the foundations-bugs mailing list