Edit report at http://bugs.php.net/bug.php?id=52450&edit=1
ID: 52450 Comment by: giorgio dot liscio at email dot it Reported by: giorgio dot liscio at email dot it Summary: $DomDocumentObj->encoding should not affect xml declaration Status: Open Type: Bug Package: DOM XML related Operating System: all PHP Version: 5.3.3 Block user comment: N New Comment: hi, can you examine my request? thank you Previous Comments: ------------------------------------------------------------------------ [2010-07-26 23:58:02] giorgio dot liscio at email dot it Description: ------------ hi consider this code: i want to set utf-16 as internal encoding for domdocument because source data is utf-16 encoded $doc->encoding = "UTF-16"; but my output for web is handled by: iconv_set_encoding("internal_encoding", "UTF-16"); iconv_set_encoding("output_encoding", "UTF-8//TRANSLIT//IGNORE"); or can be handled by echo iconv("UTF-16", "UTF-8", $xmldata); so the output is utf-8 encoded but the xml declaration says: <?xml version="1.0" encoding="UTF-16"?> so $document->encoding property should work as how it works now, but it should not affect the xml declaration in plus you should provide an alternative to set $xmlEncoding (make it non-readonly) i'm sorry for my english... i hope you accept this request! thank you ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52450&edit=1