summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qsettings/bom.ini
Commit message (Collapse)AuthorAgeFilesLines
* Properly detect UTF-8 BOM markers in ini filesLars Knoll2014-10-291-0/+4
If we detect a utf8 BOM mark at the beginning of the .ini file, skip the marker and set the iniCodec to utf8. Task-number: QTBUG-23381 Change-Id: I1b37fc4f1638a48e4f3ee71ab165e2989bc592f1 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>