symfony1 - symfony generate URL without route? -


i want generate url.

for example:

üäö ssd 

when urlencode, gives me:

%e3%bc%e3%a4%e3%b6+ssd 

but when submit form, symfony generates url this:

üäö+ssd 

you should consider using doctrine_inflector::urlize() generate urls without special characters in them. remove non-ascii character , spaces if remember correctly.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -