On 9/28/2011 6:14 PM, Jason Congerton wrote:

> I am investigating your thoughts now, my definition of special characters are 
> accents, cedil's, grave's etc.

someone who uses french wouldn't consider those special anything.

> The characters display correctly on the web page being served, but when i put 
> them into a csv doc I get the glyph problem.

using the charset attribute (set to UTF-8) on cffile?

> The database is sql set at Latin1_General_CI_AS. I will look at the text 
> editor as well.

that's the collation. if the data is going thru the db, are the columns holding 
the text "N" datatypes (guessing the db is sql server)? if you're using 
cfqueryparam (like you should), did you remember to set the unicode option for 
that DSN?

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

Reply via email to