HTMLEditFormat()

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 06 June 2001 12:58
> To: CF-Talk
> Subject: RE: Preserve ampersand tagged data (SGML)
>
>
>
> 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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to