Skip to content
Commit fa1a6f8c authored by Pali Rohár's avatar Pali Rohár
Browse files

Fix Unicode chars above 0xFFFF again, QDomDocument from Qt 4.8 needs another hack

Function QDomDocument::save() always override stream codec to nonworking
UTF-8 and so it disable workaround with working UTF-16 codec. So
QDomDocument is never stored directly, but separately doctype and root
document element.
parent a95cdf6c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment