When one creates web content in languages different than English the problem of search engine optimized and user friendly URLs emerge.
I\'m wondering whether it is t
You should avoid non-ASCII characters in URLs that may be entered in browser manually by users. It's ok for embedded links pre-encoded by server.
We found out that browser can encode the URL in different ways and it's very hard to figure out what encoding it uses. See my question on this issue,
Handling Character Encoding in URI on Tomcat