Jon Block wrote: > 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?
you're looking for a charset detector? or a charset convertor? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:246791 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

