PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_XUL » Bug #3830

No option to set UNICODE charset

Details

Request #3830No option to set UNICODE charset
Submitted2005-03-15 19:29 UTC
Fromhi-du at gmx dot de
Assignedschst
StatusClosed
PackageXML_XUL
PHP Version5.0.3
OSLinux
Roadmaps(Not assigned)

Comments

[2005-03-15 19:29 UTC] hi-du at gmx dot de

Description:
------------
I have no option to set UNICODE Charset!

Reproduce code:
---------------
I must change the lin 244 in Document.php to

$doc = XML_Util::getXMLDeclaration("1.0", "UTF-8") . "\n";

but I have not any option to set this with XML_XUL.