Hi, I've got a page where data is loaded into a table. This is done via two methods, one method uses standard cf/html and the second uses jquery to populate the table based on specified criteria.
One of our users has some odd characters in their data... trailing ASCII 160s. In the standard CF output, these show up as spaces, which is apparently fine.. but in the jquery method, they show up as funky question mark/block characters - in all browsers. The jquery calls are going directly to a cfc method with returntype="JSON" .. when viewed in firebug, I see the space, but in the HTML output I see the funky block questionmark. I think this is an issue of character set but I'm really not sure what to do here. Screenshot: http://www.classcreator.com/rick_work/funkychar.jpg Thanks. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336384 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

