]> git.mjollnir.org Git - s9y.git/commit
Fix the whole UTF-8 Onyx/XML parsing logic to properly work.
authorgarvinhicking <garvinhicking>
Tue, 27 Sep 2005 13:16:14 +0000 (13:16 +0000)
committergarvinhicking <garvinhicking>
Tue, 27 Sep 2005 13:16:14 +0000 (13:16 +0000)
commitc2e916df0fca5e23d46b51e607b137ca922d182a
tree0b15e642e416e069b7ef80e866f3bb223298c637
parent77f7ad9d3e7d094997cad39ff5e3ed9ab73538d9
Fix the whole UTF-8 Onyx/XML parsing logic to properly work.
PHP5 did not need xml_parser_create() to specify a charset, but PHP4 does.
PHP5 made errors when feeds in UTF-8 were double-recoded because of a xml_parser_set_option() call without specifying the charset in xml_parser_create.
Hope this works. ;)
bundled-libs/Onyx/RSS.php
docs/NEWS
include/admin/import.inc.php
include/admin/importers/generic.inc.php
plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
plugins/serendipity_event_xhtmlcleanup/serendipity_event_xhtmlcleanup.php
plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php
serendipity_config.inc.php