It was an XMLHttpRequest object sending form data from a text input, where the text input sometimes includes Unicode characters.
-Titi -----Original Message----- From: Tom Jackson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 12:19 PM To: [email protected] Subject: Re: [AOLSERVER] urldecoding unicode? Is is possible to describe what you were sending to AOLserver so that we know what the problem was? Was it just javascript encoding a form value? thanks, tom jackson On Wednesday 06 December 2006 08:38, Titi Ala'ilima wrote: > After further research, I found I can use encodeURI() instead of > escape() in JavaScript and I don't have this problem. Apparently > escape() has a reputation for not being Unicode-friendly. So this > "fix" probably doesn't need to be made. It doesn't quite merit > mention in the AOLserver Wiki I don't think, so I'm hoping the list > archives will provide all the record any others may need should they > encounter a similar problem. > > -Titi > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to > <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in > the email message. You can leave the Subject: field of your email > blank. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
