|
Converting Titles into Friendly Titles
Just wondering if someone could help me with some logic.
I have lots of user inputed data that all have associated titles.
I want to be able to turn the titles into urls that are easy for my visitors to understand (who cares about search engines)
The problem is that spaces are encoded as %20 in a url (or something like that), and that title may have many characters that will need to be encoded.
How could I take a title and make it into a nice url without encoded characters?
Any ideas on how to handle foreign characters?
(I can program the solution, once I have the design/logic sorted)
|