[jQuery] Re: JQUERY & UTF8

2007-09-24 Thread Chris W. Parker
On Sunday, September 23, 2007 5:40 AM Bil Corry said: > Mahir wrote on 9/21/2007 11:02 PM: >> the datatype collaboration is utf8_unicode_ci in mysql. it retrieves >> value as ?? > > I'm guessing you mean the UTF-8 replacement character " ": It's probably showing up as questions marks. I had

[jQuery] Re: JQUERY & UTF8

2007-09-23 Thread Bil Corry
Mahir wrote on 9/21/2007 11:02 PM: the datatype collaboration is utf8_unicode_ci in mysql. it retrieves value as ?? I'm guessing you mean the UTF-8 replacement character "�": That would suggest the data coming out of your dat

[jQuery] Re: JQUERY & UTF8

2007-09-22 Thread chali
Hi Mohamed, I used to have the same problem on spanish characters like á, ñ, etc. I solved ti using the PHP function utf8_encode when printing the ajax response. ie: source of ajax_get_proyectosfotos $sql = "SELECT pfFile, pfDesc FROM proyectosfotos WHERE proID =