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
string to unicode notation
Moderator: General Moderators
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: string to unicode notation
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
http://us3.php.net/manual/en/function.ord.php#82193
I hope this helps