> I need to convert the charset of a UTF-8 text into > windows-1256 text. Do you know any software that can do it?
Technically, you aren't converting character sets, rather you are converting your strings between codepages. If you are an a Windows server CFX_CharConv will provide you access to all of the codepage tables that are installed on that server and perform conversions between them. http://store.newmediadevelopment.net/cfx_tag.cfm?ProductID=11 Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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/groups/CF-Talk/message.cfm/messageid:262671 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

