http://www.w3schools.com/tags/ref_urlencode.asp
If you follow that link it is a list of HTML encoding. replace Á with %c1 and hopefully it should work for you. --- In [email protected], "e_baggg" <[EMAIL PROTECTED]> wrote: > > 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. >

