On 04/04/2026 10:46, Nicolas Patrois wrote:
Package: asunder Version: 3.0.2+ds-1 Severity: normal Tags: upstreamDear Maintainer, I rip CD with music on them in flac, ogg and mp3. Everything is fine in flac and ogg but there is a bug with mp3 files. Their name is OK but the tags are wrongly encoded. For example, « L'Envol » is encoded « ❌湅潶l ». Yes, the last character is correct. You can get the right name in Python with bytes("❌湅潶l","u16")[2:] but you get a trailing null character if the string’s length is odd. Maybe it’s not asunder’s fault but a library used by asunder’s fault. Yours, nicolas -- System Information: Debian Release: forky/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.19.8+deb14-amd64 (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (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 asunder depends on: ii cdparanoia 3.10.2+debian-14+b2 ii libatk1.0-0t64 2.60.0-1+b1 ii libc6 2.42-14 ii libcddb2 1.3.2-7.1 ii libgdk-pixbuf-2.0-0 2.44.6+dfsg-1 ii libglib2.0-0t64 2.88.0-1 ii libgtk2.0-0t64 2.24.33-10 Versions of packages asunder recommends: ii flac 1.5.0+ds-5 ii lame 1:3.101+svn6525-dmo1 ii opus-tools 0.2-1+b3 ii vorbis-tools 1.4.3-1 ii wavpack 5.9.0-1 Versions of packages asunder suggests: ii musepack-tools 2:0.1~r495-3+b1 -- no debconf information
Thanks for reporting this. Same problem with grimripper. Its not dependent on the French locale. Its caused by the recent change to lame. 3.101~svn6525 Reverting lame (via snapshot) to 3.100 fixes the problem. https://snapshot.debian.org/package/lame/3.100-6/#lame_3.100-6:2b:b4 Cheers, Peter

