Page 1 of 1

Incorect MP3 tag code page

Posted: 07 Jun 2009 11:14
by alex6999
cheked on:
Win XP SP3 with vlc 0.8.6....
Win7 RC1 with 0.9.9
Ubintu 9 with 0.9.9

russian MP3 tags displayed with default US locale

language for non-unicode programms in windows
and default language in ubuntu set to russian.

totem in ubuntu not dispayed tag correctly too
winanp for win works fine.

Re: Incorect MP3 tag code page

Posted: 07 Jun 2009 23:51
by Jean-Baptiste Kempf
Try VLC 1.0.0-rc3

Re: Incorect MP3 tag code page

Posted: 08 Jun 2009 08:56
by alex6999
same thing on win7
if i typing russian text and save it - it save it as unicode, but original non-unicode texts become damaged

Re: Incorect MP3 tag code page

Posted: 08 Jun 2009 10:51
by Jean-Baptiste Kempf
Fill a bug.

Re: Incorect MP3 tag code page

Posted: 18 Jun 2009 15:44
by legkodymov
Workaround:
You can convert all MP3 tags to UTF-8 codepage.
If you have linux, issue command in directory with mp3 files:

find -exec mid3iconv -eCP1251 --remove-v1 {} \;

Best regards!