DrLovegrove;606186 Wrote: 
> 
> 
> Using "Björk" as a test...
> 
> With r31813 I got:
> musicfolder 0 10 filename%3ABj%C3%83%C2%B6rk
> which is the double-encoded format, which I could decode if i knew it
> was coming, although it's not strictly right..
> 
> but now with r31861 I get:
> musicfolder 0 10 filename%3ABj%F6rk
> which isnt right at all.
> 
> Incidentally, status gives artist%3ABj%C3%B6rk for both, so that's
> still working..
> 
> and the URL's in a status reply both have Bj%25F6rk.. which is
> interesting as the %F6 in musicfolder looks related to %25F6
> 

The URL is correct, because the pathname is encoded in the current
locale. The problem is that the filename - which is intended for
display, not filesystem access - is not being decoded (into UTF-8).

I just committed r31868. I'm not sure, but I think that should solve
that issue.


-- 
awy
------------------------------------------------------------------------
awy's Profile: http://forums.slimdevices.com/member.php?userid=7480
View this thread: http://forums.slimdevices.com/showthread.php?t=83899

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to