On 1/4/2013 5:34 PM, Edward Chanter wrote: > When I insert it as N'�' I still get question marks but these have black > diamond shaped boxes around them.
either the data input isn't unicode in the first place (ie. from a form on a page that's not UTF-8 encoding) or its that the data isn't being displayed properly (ie you're not using the correct font, more likely). btw you should be using cfqueryparam & set the appropriate options in cfadmin for that DSN (ie under the advanced menu turn on the "Enable High ASCII characters and Unicode for data sources configured for non-Latin characters" option). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353757 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

