Hi,
Two forms on one of my sites are printing the form content automatically as users press on Submit button (it's submitting also the form to the database and sending form results by mail). I did this with "Printing the form inputs" on Facile Forms tutorial (
http://www.facileforms.biz/wiki/Printing_the_form_inputs), and thnk you for this useful wiki by the way. Everything's nice EXCEPT that it's a site in French with accents and stuff like this. In the database and mail, everything is OK, but in the printed form, éèàçêîôïü and so on are replaced with ����, and when there's a ', a / comes before.
What could I do ? It's really a hudge problem for me, because I can't ask users not to use accents and so on, and they really have to print the result of their input. And of course, I'm not very advanced in php

Thank you in advance.