Hi all
I have to update a customers admin system to support their German counterparts logging in and updating German only versions of the webpages.
The problem I am having is saving the data correctly, using German characters.
For example, I have manully added a section called Über uns to the database (About Us) and when I pull the data from the database to display in the admin system, i use htmlentities() to display the correct data.
However when I save it, i get alsorts of strange characters being saved in place of the German characters (question marks in black diamonds)
I have set up the META information to change to "de" based on the users IP address.
Any thoughts on what I should be doing when I POST my $_POST['content'] ready to save it?
Many Thanks
kbc