Your message dated Fri, 19 Jun 2026 23:13:47 +0200
with message-id <[email protected]>
and subject line Re: Bug#375238: -l always converts (or tries) tags to latin1, 
even though my locale is utf-8
has caused the Debian Bug report #375238,
regarding -l always converts (or tries) tags to latin1, even though my locale 
is utf-8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
375238: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375238
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: id3v2
Version: 0.1.11-3
Severity: normal
File: /usr/bin/id3v2

On a test file:

$ id3v2 -l Jüñķ\ -\ #nipponsei\ @\ irc.rizon.net\,\ dißilßìóñ.mp3 | grep TIT2 | 
xxd
0000000: 5449 5432 2028 5469 746c 652f 736f 6e67  TIT2 (Title/song
0000010: 6e61 6d65 2f63 6f6e 7465 6e74 2064 6573  name/content des
0000020: 6372 6970 7469 6f6e 293a 2064 69df 696c  cription): di.il
0000030: dfec f3f1 0a                             .....

The tag in the MP3 file is UTF-8:

00000b0: 697a 6f6e 2e6e 6574 5449 5432 0000 000f  izon.netTIT2....
00000c0: 0000 0364 69c3 9f69 6cc3 9fc3 acc3 b3c3  ...di..il.......
00000d0: b154 4954 3300 0000 0100 0003 544f 5045  .TIT3.......TOPE

And my system uses UTF-8:

$ locale | grep LC_CTYPE
LC_CTYPE="en_US.UTF-8"


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages id3v2 depends on:
ii  libc6                         2.3.6-13   GNU C Library: Shared libraries
ii  libgcc1                       1:4.1.0-4  GCC support library
ii  libid3-3.8.3c2a               3.8.3-5    Library for manipulating ID3v1 and
ii  libstdc++6                    4.1.0-4    The GNU Standard C++ Library v3
ii  zlib1g                        1:1.2.3-11 compression library - runtime

id3v2 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Already fixed. The listing path now reads text fields through id3lib's
charset-aware accessor and converts them via iconv to the current
locale's charset (nl_langinfo(CODESET)), so -l on a UTF-8 locale emits
UTF-8 instead of forcing Latin-1. Fixed by the charset-conversion patch
NMU'd in 0.1.12-2.1. I'm closing this bug report.

Martin

On Sat, Jun 24, 2006 at 12:09:34 -0400, Anthony DeRobertis wrote:

> Package: id3v2
> Version: 0.1.11-3
> Severity: normal
> File: /usr/bin/id3v2
> 
> On a test file:
> 
> $ id3v2 -l Jüñķ\ -\ #nipponsei\ @\ irc.rizon.net\,\ dißilßìóñ.mp3 | grep TIT2 
> | xxd
> 0000000: 5449 5432 2028 5469 746c 652f 736f 6e67  TIT2 (Title/song
> 0000010: 6e61 6d65 2f63 6f6e 7465 6e74 2064 6573  name/content des
> 0000020: 6372 6970 7469 6f6e 293a 2064 69df 696c  cription): di.il
> 0000030: dfec f3f1 0a                             .....
> 
> The tag in the MP3 file is UTF-8:
> 
> 00000b0: 697a 6f6e 2e6e 6574 5449 5432 0000 000f  izon.netTIT2....
> 00000c0: 0000 0364 69c3 9f69 6cc3 9fc3 acc3 b3c3  ...di..il.......
> 00000d0: b154 4954 3300 0000 0100 0003 544f 5045  .TIT3.......TOPE
> 
> And my system uses UTF-8:
> 
> $ locale | grep LC_CTYPE
> LC_CTYPE="en_US.UTF-8"
> 
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: amd64 (x86_64)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.12-1-amd64-k8-smp
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> 
> Versions of packages id3v2 depends on:
> ii  libc6                         2.3.6-13   GNU C Library: Shared libraries
> ii  libgcc1                       1:4.1.0-4  GCC support library
> ii  libid3-3.8.3c2a               3.8.3-5    Library for manipulating ID3v1 
> and
> ii  libstdc++6                    4.1.0-4    The GNU Standard C++ Library v3
> ii  zlib1g                        1:1.2.3-11 compression library - runtime
> 
> id3v2 recommends no packages.
> 
> -- no debconf information
> 

--- End Message ---

Reply via email to