Hello. I have the situation where some of the URLs that I need to link to have non-Ascii characters in them.
So, for example... if I have a directory structure like this (hopefully the "A" comes through with the accent above it): non-ascii Á/test/ the URL that gets generated is: http://mydomain.com/non-ascii%20%C1%2Ftest I receive a 404 error on this URL. It looks like the URLs though are encoded in Windows-1251, not UTF-8. How do I fix this to be UTF-8? Thanks.

