2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018

01/13/2003: Pasting From MS Word Results in Weird Characters

Pasting From MS Word Results in Weird Characters The following fixes the problem for the ColdFusion server (from Cameron Childress). Add these lines to the application.cfm:
<cfprocessingdirective pageencoding="iso-8859-1">
<cfset setEncoding("form","iso-8859-1")>
<cfset setEncoding("URL","iso-8859-1")>
<cfcontent type="text/html; charset=iso-8859-1">


subscribe via RSS