Wow! I feel simultaneously grateful and foolish. That totally solved my problem.
JK -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Monday, April 30, 2007 9:57 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: UTF-7 Ajax form >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