On Tue, Nov 23, 2004 at 10:19:59PM +0100, Michael Below wrote:
> I just noticed that tagtool converted a title "Am�rica Latina
> !!libre!!" (according to xmms) to a filename
> "américa_latina_!!libre!!.mp3".
When I do this everything turns out fine. What I suspect is the case is
that the file is being saved with a UTF-8 filename, which is the
displayed oddly in your non-UTF-8 locale. Checking over the README file,
I noticed the following:
FILESYSTEM ENCODINGS
====================
The filesystem encoding is assumed to be UTF-8. As with other Gtk2
apps, if your filesystem is not in UTF-8 you will need to set the
G_FILENAME_ENCODING environment variable. From the Gtk documentation:
"G_FILENAME_ENCODING may be set to a comma-separated list of
character set names. The special token "@locale" is taken to
mean the character set for the current locale. The first
character set from the list is taken as the filename encoding."
If you set G_FILENAME_ENCODING to "@locale" and try the same operation
again, what are the results?
> I had selected the option to leave out special characters, so the
> right filename would have been something like
> "amrica_latina_libre.mp3", IMHO.
I don't think that this applys to all non-ASCII characters, but rather
to characters you don't want in filenames... such as /, or \r.
--
gram
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]