I created a file in XML Spy Suite and fed it to ColdFusion MX 7. Everything worked ok until I inserted Cyrillic characters into the file. Instead of a perfectly valid Russian text CF displayed unreadable text.
I opened the XML file with notepad and saved it as UTF-8. XmlParse threw an error saying "Content is not allowed in prolog." becuase of the BOM Notepad inserted. I believe that the text gets converted to current locale (Windows-1251) along the way and therefore cannot be properly displayed on a unicode page. Whatever shall I do? :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248119 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

