I'm using <CFFILE to read in a SGML tagged datafile with "entities" for 
french accented characters.

Is there a CF function to preserve ampersand stuff ?

Here is a little snippet from the datafile that has the SGML entity for a 
accented character "&ccedil;ais"

<snippet>

<epub><i>Disponible en fran&ccedil;ais</i>

</snippet>


When outputted in a <textarea> I want the text to appear AS IS. I don't 
want the "cedil" translated into the ASCII character.

<textarea>

<epub><i>Disponible en fran�ais</i>

</textarea>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to