Hi, is there a way to convert special characters inserted by a user in a
form INTO unicode entities? The output format should be numeric:
--->""", not "'". I tried htmlentities and htmlspecialchars but
they don't convert "à","è","é" etc. Should I write a custom function? I
can't find a native one. Thanks. :-)