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. Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.