M
M
Maxim Timofeev2016-06-08 18:37:33
Transliteration
Maxim Timofeev, 2016-06-08 18:37:33

Where can I find a list of French special characters for transliteration?

It is necessary to form on the fly url for cnc from title. To do this, I have a script, everything is fine with the Russian language, but there is a problem with French. I do not know what characters can be found there and what is the correct way to replace them.
Someone came across, maybe someone has the form of an array:
'é': 'e',
In the search, I found only the alphabet, but there are no symbols like é

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2016-06-08
@webinar

the most versatile solution

setlocale(LC_ALL, "en_US.utf8");                                                
 $text = iconv('UTF-8',  'ASCII//TRANSLIT', $text);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question