Inger Klekacz wrote:
> I have removed the xml and lang arguments from the html tag and am still
> getting no love.

not relevant but it's always a good idea that all your language/encodings match.

> I do suspect that it has to do with the languages that were installed, but

no.

where is text coming from? is it actually utf-8? you need to make sure you have 
the encodings correctly matched back to front.  have you added all the cf 
encoding hints?

(application.cfm)
<cfset setEncoding("url","utf-8")>
<cfset setEncoding("form","utf-8")>
<cfcontent type="text/html; charset=utf-8">

at the top of your cf pages add:
<cfprocessingdirective pageEncoding="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:256731
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to