I figured that out by the way.

all the xml editors I tried would escape the special characters when the doc
was saved.

I merely changed the encoding that cffile was expecting by using 

<cffile action="READ" file="#expandpath('template.xml')#" variable="data"
charset="utf-8">

The charset attribute isn't in the docs or the wizards that studio uses.

> -----Original Message-----
> From: Steve Martin [mailto:[EMAIL PROTECTED]]
> Sent: 19 November 2002 15:36
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] German : WDDX to Page
> 
> 
> Is this in any way similar to Rich Wild's problem of last week?
> 
> I've attached the relevant message.
> 
> Steve
> 
> > -----Original Message-----
> > From: Robertson-Ravo, Neil (REC)
> > [mailto:[EMAIL PROTECTED]]
> > Sent: 19 November 2002 15:27
> > To: '[EMAIL PROTECTED]'
> > Subject: [ cf-dev ] German : WDDX to Page
> > 
> > 
> > I have inserted some german chars into an XML/WDDX file and when its
> > outputted on screen, the oumluaght character does not get presented
> > correctly..is there anything I need to do to the page to get 
> > these foriegn
> > characters to display?
> > 
> > Is it a meta tag?/doc type?
> > 
> > -- 
> > ** Archive: 
http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to