Charset extracting VORBIS-Tags

Started by ATRider, March 07, 2011, 02:32:01 PM

Previous topic - Next topic

ATRider

Hi to all,
when reading VORBIS-Tags there is no translation from UTF-8 to Windows-1252 ... i think.

When extracting Tags from an FLAC-File with command
   exiftool -T -L -Filename -Vorbis:Title anyĆ¼.flac > x.txt
the Umlaut in the filename will be returned in Windows-1252, an Umlaut in the tag will be returned as UTF-8. This tag can be created to any FLAC-file with "Mp3tag".

According to description of Vorbis-Tags these tags are always coded in UTF-8 and therefore should be translated to Windows-1252 with the command given?! What am i making wrong?


Sincerly, Mane

Phil Harvey

Hi Mane,

Once upon a time, ExifTool didn't recode any 8-bit encodings.  But as things have evolved I have added this ability upon request.

Thanks for pointing out this deficiency, and the next version of ExifTool will properly recode Vorbis comments.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

ATRider

Hi Phil,
thanks for the prompt reply and the fast reaction. I'm trying next version of ExifTool.

Sincerly, Mane