XML parsing for utf-16 encoding

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dcs
Forum Newbie
Posts: 1
Joined: Mon Mar 31, 2008 9:15 am

XML parsing for utf-16 encoding

Post by dcs »

I am using domxml_open_mem to create a DOMDocument from an xml string. This supports only utf-8 encoding. I need to use utf-16 inorder to support internationalization. What is the alternative ?
Post Reply