For a web application, we need to link to some user generated content.
A users types in a title for e.g. a product and we generate an SEO friendly url for that product:
like this
title: a nice product
www.user.com/product/a-nice-product
title: ???? ???
www.user.com/product/???? ???
The problem is that those foreign language url's aren't supported and a browser refuses to open those links. I've seen wordpress setups support that kind of url's so I guess it's possible to do this.
Does anyone know how we should support this in php?
wikipedia handles this just fine: http://ar.wikipedia.org
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…