I'm using EAC on windows with this commandline to encode my oggs:
CODE
-N %n -t "%t" -a "%a" -l "%g" -d %y -c "ENCODING PARAMETERS=-q 4"
When I use ogginfo under Linux to display the tags it gives my garbled characters where used to be German umlaute like ü, ö, ä etc. As far as I understand from ogg vorbis mailinglist is that vorbis comments are always utf8, but windows has some problems with codepages ? Hmm, does anybody have suggestions how to change my encoding style such that I enjoy correct tag display on both windows and linux ?
Is there a way to correct my already existing files on linux ?
Thanks.