This one is a must if you are posting a UTF-8 char from actionscript,
html_entity_decode(preg_replace("/%u([0-9a-f]{3,4})/i","&#x\\1;", urldecode($str)), null, 'UTF-8');
0 comments:
Post a Comment