The characters could be any character set ... I have web application where end users post content into my database. Later, I need to create an xml file that syndicates the content via a iso-8859-1 xml file. How can I make sure all of the characters are iso-8859-1 compliant when I build my xml output?
Jon -----Original Message----- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 10:31 AM To: CF-Talk Subject: Re: Can CF prepare xml for the ISO-8859 char set? Jon Block wrote: > I have a big string that I need to put into a valid ISO-8859 xml file. what exactly is ISO-8859 encoding? never heard of that before. do you mean iso-8859-1 (latin-1)? or do you mean windows codepage-1252? or what? > How do I convert all of the characters to that char set? depends on what encoding they are in & where they are coming from. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246766 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

