Bug 48604 - Invalid displaying cyrillic charactets of song tag
Summary: Invalid displaying cyrillic charactets of song tag
Status: RESOLVED NOT A BUG
Alias: None
Product: noatun
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
: 40773 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-02 20:48 UTC by Cyril Zlachevsky
Modified: 2003-12-11 02:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***