(ot) jQuery and char sets

2010-12-10 Thread Rick Root
I have a jquery.getJSON() call that is failing to call the result handler when the JSON dataset being returned contains an ASCII 132 character (an e with a backtick above it) ... in this case, it's part of someones last name. It's not generating any kind of javascript error either.. the json

Re: (ot) jQuery and char sets

2010-12-10 Thread Rick Root
On Fri, Dec 10, 2010 at 10:23 AM, Rick Root rick.r...@gmail.com wrote: I have a jquery.getJSON() call that is failing to call the result handler when the JSON dataset being returned contains an ASCII 132 character (an e with a backtick above it) ... in this case, it's part of someones last

Re: (ot) jQuery and char sets

2010-12-10 Thread Marc Funaro
You sound very smart, why didn't you just google this first? Called out and thrown under the bus (no disrespect):) ~| Order the Adobe Coldfusion Anthology now!

Re: (ot) jQuery and char sets

2010-12-10 Thread Rick Root
On Fri, Dec 10, 2010 at 10:41 AM, Marc Funaro subscripti...@advantex.netwrote: You sound very smart, why didn't you just google this first? Called out and thrown under the bus (no disrespect):) Yeah, but I threw myself under the bus there ;) Suicide?

Re: (ot) jQuery and char sets

2010-12-10 Thread Dominic Watson
Side track, and probably something you're doing already, but one little trick is to explicitly disable debug output in these things (saves you time going barmy when you/someone else uses cf debug output and your ajax stuff stops working). I.e. cfsetting showdebugoutput=false / cfcontent