Page 1 of 1

string to unicode notation

Posted: Thu May 26, 2011 3:08 pm
by agriz
Hi,

I want unicode string to be converted to unicode notation to use it in flash

utf-8 to \uxxxx
Please let me know the php function for this.

Thanks

Re: string to unicode notation

Posted: Thu May 26, 2011 11:28 pm
by flying_circus
A quick search through the comments on the ord() function on PHP provided this comment:

http://us3.php.net/manual/en/function.ord.php#82193

I hope this helps :)