Hi all, I'm trying to build a web interface to an i18n resource bundle. The problem is that the values in these files are ANSI escaped:
G\u00E9rer les r\u00F4les instead of Gérer les rôles. I need a way to unescape these strings so I can display them in an input field and then ANSI escape them again to save them back in the file. Any ideas? Francois Levesque http://blog.critical-web.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325207 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

