Page 1 of 1

Filenames in portuguese

Posted: Mon Nov 19, 2001 7:17 am
by pesquisa
How can I configure webinator to recognize the filenames that are written in portuguese ? For example, if I have a file "legislação.html" webinator doesn´t index this file because of the ç and ã chars. If I have the word "legislação" inside a .html and I search for this word, Webinator can find it without problems.

Thanks in advance.

Filenames in portuguese

Posted: Mon Nov 19, 2001 11:04 am
by Kai
8-bit characters are not legal in URLs if they are not URL escaped; Webinator therefore strips unescaped 8-bit characters in a URL. You need to URL-escape the characters if they are in a URL, eg. "legisla%E7%E3o.html".