All Questions
2 questions
3
votes
1
answer
173
views
Convert accented character to user name
I am using the below function for converting the accented character to a standard ASCII user name.
...
3
votes
2
answers
139
views
Create nice url with diactrics removal
Please review my class. It uses iconv() (it's probably not the best solution however I haven't found any better alternative to change unknown characters).
...