> CF 5 and SQL Server 2000 > > I have Cyrllic Text in the DB and all is good. > > Final Assumption: > > ***There is no way to retrieve and display the Cyrllic Characters using > CF 5***
if you turn your char data into utf-8 (not ucs-2) & never parse any strings, etc. you can certainly use cf5 to pull & display your text. ala http://www.tei.or.th/misc/unicode.cfm BUT no other app will be able to use that data & you will certainly have to re-enter it when you move to mx. if you would take my own experience as advice, upgrade to mx & use unicode throughout your application. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

