I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-03-26 17:46:03-07 by jaypng
Filenames Unicode ExifToolGUI

To transfer filenames that have accented characters like accented "o" to metadata using -L worked. But now I have tested with other accented characters like accented "z" and it doesn't work, not even with the -L switch.

It'll not even try to do anything on the file. It will not recognize it. I tried with cmd /U and it didn't work also.

After all the work I had this is so frustating...

Does this mean that will be impossible to transfer filenames that have characters beyond Latin-1? Like Japanese, Korean and Chinese. I'm screwed...

To the author of Exiftool GUI: when selecting a file with a filename that contains accented "z" it'll throw a "List Index Out Of Bounds (0).

Direct Responses: 10352 | Write a response
Posted on 2009-03-27 01:37:36-07 by exiftool in response to 10346
Re: Filenames Unicode ExifToolGUI
the -L option limits you to Latin1, so characters like Chinese and maybe accented z may not be representable. Too bad it is so hard to use utf8 in windows Maybe a windows expert can help here
Direct Responses: 10356 | Write a response
Posted on 2009-03-27 16:52:11-07 by bogdan in response to 10352
Re: Filenames Unicode ExifToolGUI
Hi jaypng,

When you say:

when selecting a file with a filename that contains accented "z" it'll throw a "List Index Out Of Bounds (0).

-can you be more specific? I mean, just by selecting such file(name) inside GUI, this can't happen... can you describe what you try to do when this message appears?
I ask, because I live in East Eurpoean country, where accented characters are used (not all, though) and never had problems when such characters are used in filenames.

Bogdan
Direct Responses: Write a response