[thelist] special character auto render

Christian Heilmann codepo8 at gmail.com
Thu Nov 10 16:05:49 CST 2005


> anybody remember the site (sites) that auto render sprecial characters for bulk
> text
>
> it will render all the  "  ó  " in text to  " ó  "  etc etc

I did one shortly after I learnt how to bang rocks together:

http://www.onlinetools.org/tools/htmlizerdata/

If you have PHP at your disposal the functions to use are
htmlspecialchars() and htmlentities().

http://uk.php.net/htmlentities

Most editors also come with that option, and I wrote a script for
Homesite if you need it.

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/



More information about the thelist mailing list