>1. If you type a copyright character (ALT-0169 in windows), and use the
>Javascript escape function on it, you get %A9.  escape("C")=="%A9"

Use encodeURI() instead to correctly encode the characters.

-Dan

Reply via email to