PHP utf encoding problem

Posted by shyam on Stack Overflow See other posts from Stack Overflow or by shyam
Published on 2010-05-01T10:20:44Z Indexed on 2010/05/01 10:37 UTC
Read the original article Hit count: 259

Filed under:
|
|
|

How can I encode strings on UTF-16BE format in PHP? For "Demo Message!!!" the encoded string should be '00440065006D006F0020004D00650073007300610067006'. Also, I need to encode Arabic characters to this format.

© Stack Overflow or respective owner

Related posts about php

Related posts about encoding