Anyone know, under Linux, how to get accents (hoping for u with an umlaut, for example) into a comment field? They're happily in the comment file I'm using as a source (or on the command line), but they get translated into # either when I do vorbiscomment -a or vorbiscomment -l (not sure which, but XMMS also sees # instead of the right char, which implies the first). title=Die Sch#ne M#llerin Thanks very much! -Ben -- Ben Pearre http://hebb.mit.edu/~ben -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 190 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis/attachments/20030212/128f36a5/part-0001.pgp
Benjamin Weste Pearre (bwpearre@alumni.princeton.edu) said:> Anyone know, under Linux, how to get accents (hoping for u with an > umlaut, for example) into a comment field? They're happily in the > comment file I'm using as a source (or on the command line), but they > get translated into # either when I do vorbiscomment -a or > vorbiscomment -l (not sure which, but XMMS also sees # instead of the > right char, which implies the first).Are your comments in UTF-8? Bill --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi, Benjamin Weste Pearre wrote on 2003-02-12 12:42:13:> title=Die Sch#ne M#llerinYou should check your locales, umlauts don't seem to work in an C environment. Set at least LC_CTYPE to de_DE or something. You could also convert them yourself to utf-8 and pipe them to vorbiscomment using the --raw option.> Thanks very much! > -Benhth, -Stefan. -- No amount of careful planning will ever replace dumb luck. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.