On 4/13/2013 1:55 AM, Rick Root wrote:

> It occurs to me that even If I put the data in correctly, I still have to
> "deal" with it because I can't really output a utf-16 character to a web
> page (or can I?).. I dunno maybe it just works.

no, it will show up fine (your db driver & cf will see to that). internally sql 
server stores the data as UCS2, that's going to get transformed to UTF-8 (or 
whatever you request).

just make sure the columns holding the unicode text data are "N" dataype 
(nvarchar, etc.) & you should be good to go.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:355397
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to