[PHP] How can I convert UTF-8 strings into UTF-16

2005-01-26 Thread v0id null
I tried the multi byte functions but those failed. So how cna I convert UTF-8 to UTF-16? -- llundi0v -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] UTF-16 strings, is there a simple way of using them?

2005-01-26 Thread v0id null
So, I have to handle data that is UTF-16 encoded. No ifs ands or buts. Network messages on the service I'm communicating with sends and recieves UTF-16 encoded strings only. After taking a look at the Multibyte String functions, I don't know how much they will help me, though character encoding is

[PHP] PHP refuses to look in the areas I tell it to for its php.ini file, why?

2005-01-25 Thread v0id null
Here is my setup Windows 2000 with latest service packs One apache 1.3 install, but two services running off it with two different configuration files. One file is for PHP4 and one is for PHP5, and that works like a charm. Oh, both PHP's are running as SAPI modules for Apache, not as CGI. I'm usin