Package: findutils Version: 4.11.0-2 Severity: normal Dear Maintainer,
The '-ls' switch of find doesn't show unicode characters. Example: 'touch ÄÖÜäöüß' 'ls -dils ÄÖÜäöüß' (which should be emulated by find -ls from the man-page) shows it well: 24632 0 -rw-rw-r-- 1 user user 0 2026-09-17 12:58:10 ÄÖÜäöüß but 'find . -maxdepth 1 -name "Ä*" -ls' show this: 24632 0 -rw-rw-r-- 1 user user 0 Sep 17 12:58 ./\303\204\303\226\303\234\303\244\303\266\303\274\303\237 Without the '-ls' switch find works well too: 'find . -maxdepth 1 -name "Ä*"': ./ÄÖÜäöüß -- System Information: Debian Release: forky/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 7.1.13+deb14-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=en_US.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages findutils depends on: ii libc6 2.43-5 ii libselinux1 3.11-2 findutils recommends no packages. findutils suggests no packages. -- no debconf information

