eCo wrote: > Foobar2000 saves the playlist as DOS/Windows & UTF-8. I've used > Notepad++ to convert this file to 'UNIX' with BOM, as this is what LSM > creates, but it didn't solve the issue. Perhaps it's not formatted > correctly? I can up a small example file tomorrow if that would be > helpful.
I just used the *uri_escape_utf8( $string )* function from the Perl URI::Escape module in my little script. Normally URI escaping is associated with the likes of converting spaces to %20 and such, but you can also escape the likes of umlauts using this function. ------------------------------------------------------------------------ philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920 View this thread: http://forums.slimdevices.com/showthread.php?t=114635 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
