Closed (fixed)
Project:
Patterns
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2009 at 22:38 UTC
Updated:
26 Jan 2009 at 15:50 UTC
The patterns.module contains an xml_parser_create() call on line 284. I believe this should be a drupal_xml_parser_create() in order to take advantage of the byte order mark detection and charset detection that's present in the wrapper. See /includes/unicode.inc @ line 126
Comments
Comment #1
vaish commentedThanks for catching this. Committed.