Hi

I have to set up a CSV file to feed a product called Lengow. The file has to be 
encoded in UTF-8. Some of the site will be sending in french writing which has 
a lot of accents cedil's etc. 

The site uses wysiwyg text editors, and looking at the source code the special 
characters are not in html they are just showing like this "รง". This is 
probably because they are cut and pasted via notepad or word(cleaned).. 

Lengow seem to offer very little assistance into what is wrong with the data 
I'm sending, I have tried a lot of things!! All Lengow say is "If you specify 
an UTF-8 encoding then you need to encode special characters according to the 
encoding format."

<cf_charsetconvert>
replacing characters etc.
wp_product_description = replace(wp_product_description, "&Aacute;", 
"#chr(193)#", "ALL");

Any help would be greatly appreciated.

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

Reply via email to