Andy Jarrett wrote:

first off not really sure mysql supports unicode/utf-8 at all.

> <cfprocessingdirective pageencoding="utf-8">
> <cfcontent type="text/html; charset=utf-8">

good.

> <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">

not good if the page is in greek.

> <head>
>       <title></title>
>       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

waste of time for mx but useful for brain dead spiders, etc.

> This should simply out Ελλάδα, but its not i am getting junk.

did you remember to add something like 
"UseUnicode=true&characterEncoding=UTF-8" to that dsn?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=37

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182188
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to