Page 1 of 1

Pretty URLs and non-ASCII characters

Posted: Thu Feb 18, 2010 2:43 pm
by maracasa
Upon generation of pretty URLs, if the title of the page (in calendar module, but not only in it I suppose) contains non-ASCII characters, the URL contains invalid HTML characters (e.g. http://www.casalecchiodelleculture.it/p ... F%BD-.html). Is there a workaround to this problem?
Massimiliano

Re: Pretty URLs and non-ASCII characters

Posted: Thu Feb 18, 2010 8:46 pm
by reneh
yes
Never use characters outside the first 127 chars for a page name.

(or ....the module should automatic sanitize/encode the name before using it as link...)