Dmitrii Dimandt wrote:
> Whatever shall I do? :)

a couple-three of things:
- is the text actually unicode? can you read it ok before you process it?

- xml file have proper encoding?
<?xml version="1.0" encoding="utf-8"?>

- forget the charset option on your cffile read?
<cffile action="READ" file="#xmlFile#" variable="myXMLDoc" charset="utf-8">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:248122
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to