Hello, If I paste some foreign characters into an HTML file on my IIS server the characters display just fine. If I paste the same foreign characters into a CFM page they display wrong. You can grab some text from this Lorem Ipsum generator if you want to try yourself. http://uk.lipsum.com/ Both the HTML and CFM pages has UTF-8 content type. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> Is there something in CF Admin I need to switch on for the foreign characters to display correctly? This is CF8 on IIS. It is just straight up text on the page. I am not pulling it from a database or anything like that. Thanks! Chad
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:339942 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm