Feature #6754
complete BOM support for XmlHelper.readXMLEncoding()
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#2 Updated by Greg Shah almost 4 years ago
The BOM is bypassed in XmlHelper.readXMLEncoding() but not yet honored. Both endian-ness and specific Unicode encoding can be specified by the BOM. Today we just treat everything as UTF-8 which is not correct.