blufish Posted September 1, 2008 Share Posted September 1, 2008 Hello all, I looked around but I want to know how I can convert: ASCII: abcdefg to Unicode: abcdefg Thanks all. Link to comment https://forums.phpfreaks.com/topic/122189-solved-ascii-to-unicode/ Share on other sites More sharing options...
ratcateme Posted September 1, 2008 Share Posted September 1, 2008 have a look at ord() and strpad() for the extra 0's Scott. Link to comment https://forums.phpfreaks.com/topic/122189-solved-ascii-to-unicode/#findComment-630802 Share on other sites More sharing options...
blufish Posted September 1, 2008 Author Share Posted September 1, 2008 How would you implement these functions to make a ASCII to Unicode converter? Link to comment https://forums.phpfreaks.com/topic/122189-solved-ascii-to-unicode/#findComment-630808 Share on other sites More sharing options...
ratcateme Posted September 1, 2008 Share Posted September 1, 2008 i just did a search and found http://nz.php.net/manual/en/function.unicode-encode.php Scott. Link to comment https://forums.phpfreaks.com/topic/122189-solved-ascii-to-unicode/#findComment-630827 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.