Forum Moderators: coopster
I have about 100 pages of English translated into French which need going through to change all the accented letters into the proper format (i.e. changing è to è) so they appear properly on the screen.
All I can find are suggestions to use the find and replace function of a text editor - is there a quicker way? Is there a straightforward piece of code that will do this on every page for every accent?
I guess you could write a script to open the directory/directories, use a while loop to open each file and then use str_replace [uk.php.net] and save the files again.