Ben Mueller wrote: > Do any functions exist that will take an arbitrary string of text and convert > all the non-standard characters into their character code equivalents? For > example, � (u with an umlaut) with ü. I know that ASC() will do this > with a single character, but I need to be able to do it on an entire string > of text.
cflib.org would be the first place to look i guess. the ASC() function returns the char's codepoint value not the HTML entity. i'm curious as to why you'd want to do this? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267826 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

