AJAX, IIS UTF-8 Question

2006-05-12 Thread Rey Bango
Hi everyone. I'm doing my best to learn about Ajax and development of web apps using this architecture. I recently read this: Ajax uses UTF-8. Normal forms are sent using the encoding of the parent page. Thus a SJIS encoded page will default to sending form content encoded in SJIS. Ajax

Re: AJAX, IIS UTF-8 Question

2006-05-12 Thread Rob Wilkerson
I'd first try it and see what happens. The only time I've ever had a problem was when I had to return XML from an AJaX call and it was pretty easy to get around by specifying the charset as you listed: cfprocessingdirective suppresswhitespace=true cfcontent type=text/xml; charset=UTF-8

Re: AJAX, IIS UTF-8 Question

2006-05-12 Thread Rey Bango
LOL. Thanks Rob. I'm trying to do my homework before I fall into a pit. I appreciate the feedback. Anything that I should consider in terms of data storage in SQL Server or MySQL? Rey... Rob Wilkerson wrote: I'd first try it and see what happens. The only time I've ever had a problem was

Re: AJAX, IIS UTF-8 Question

2006-05-12 Thread Rob Wilkerson
I can't give you any specifics, but I set all my databases for UTF-8 character storage. Saves time later when a client says that they need to expand into Korea. :-) Just remember that AJaX isn't anything new. At the risk of (slight) oversimplification, it's nothing more than a way to spawn a

RE: AJAX, IIS UTF-8 Question

2006-05-12 Thread O�uz_Demirkap
Hi Rey, You can see my comment on your blog. Oðuz Demirkapý -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Freitag, 12. Mai 2006 16:34 To: CF-Talk Subject: AJAX, IIS UTF-8 Question Hi everyone. I'm doing my best to learn about Ajax and development of web apps