Bug 48604

Summary: Invalid displaying cyrillic charactets of song tag
Product: noatun Reporter: Cyril Zlachevsky <mazay>
Component: generalAssignee: Multimedia Developers <kde-multimedia>
Status: RESOLVED NOT A BUG    
Severity: normal CC: stephan
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Cyril Zlachevsky 2002-10-02 20:48:42 UTC
Version:            (using KDE KDE 3.0.3)
Installed from:    RedHat RPMs
Compiler:          gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-112) 
OS:          Linux

If mp3 or ogg file contain cyrillic characters in tag, Noatun display only ????????? instead cyrillic characters of tag when file playing in mail player window and in system tray. But in playlist with displaying cyrillic charactets all OK!
Comment 1 Scott Wheeler 2003-12-11 02:29:22 UTC
ID3v1 tags should not contain cyrillic characters.  I know that sucks, but there's no provision for encoding in an ID3v1 tag and using the system locale for meta data is just a broken idea.  Fortunately ID3v2 does support UTF and ID3v2 is supported in KDE 3.2.

I've even written a small utility to convert ID3v1 tags in the system locale to valid ID3v2 tags.  Please read the notes and try it on some files that you have backed up before going crazy with it.  I make no promises that it won't break everything.  ;-)

http://ktown.kde.org/~wheeler/files/tag-unbreaker.cpp
Comment 2 Scott Wheeler 2003-12-11 02:32:06 UTC
*** Bug 40773 has been marked as a duplicate of this bug. ***