escape("my special characters");
to store special characters, and
unescape("my escaped string");
to decode them.
Links:
- Macromedia TechNote URL Encoding: Reading special characters from a text file
- Javascript code
- useful for sending or storing information from forms. Our implementation with the Dommelsch love card does not entirely work however: http://www.dommelsch.nl/fsgoodies_lovecard.cfm

