What does preg_replace do that REReplace() doesn't? -----Original Message----- From: Dmitrii Dimandt [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 11:04 AM To: CF-Talk Subject: Re: Transform Unicode characters
Because it transforms charactrs into garbage (sth. like %C4%B1 for ı). And I need human-readable format :)) Anyway. I guess I'll stick to my XML solution. I read mappings from a UTF-8 encoded XML file into arrays and then iterate over them and replace whatever characters I need. I miss PHP's preg_replace :))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:249989 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

