Despite the subject I really need something quick'n'dirty method to make the following substitutions
0x131 ı LATIN SMALL LETTER DOTLESS I to 0x69 i LATIN SMALL LETTER I 0x11F Ä LATIN SMALL LETTER G WITH BREVE to 0x67 g LATIN SMALL LETTER G Ñв other similar letters: ıÄüÅöç İÄÃÅÃà from the Turkish alphabet. The problem is that regular expressions accept only \xhh character codes whereas I need to replace \xhhh character codes. Is there an easy way to do this? Besides creating a mapping for each character in an XML file... Thank you ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:249951 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

