Converting to and from Unicode in PHP
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-03-18T06:16:40Z
Indexed on
2010/03/18
6:21 UTC
Read the original article
Hit count: 344
Hey, I'm using php 5 and need to communicate with another server that runs completely in unicode. I need to convert every string to unicode before sending it over. This seems like an easy task, but I haven't been able to find a way to do it yet. Is there a simple function that returns a unicode string? i.e. convert_to_unicode("the string i'm sending")
© Stack Overflow or respective owner