qt6-bb10/tests/auto/corelib/io/qsettings
Ivan Solovev 6e9a3d4209 QSettings: support reading UTF-8 keys in INI files
[ChangeLog][QtCore][QSettings] The INI file reader now supports
keys encoded with UTF-8, as well as the %-encoded format. Writing
the keys back to the INI file is still done using %-encoded format.
This change does not touch the way the *values* are handled - they
are both read and written in UTF-8.

Drive-by: remove misleading comments from the reading algorithm.

Task-number: QTBUG-99401
Change-Id: I6a83cbf24d919a499540403688615f93cb195e93
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2022-03-02 11:13:33 +01:00
..
.gitattributes
.gitignore
CMakeLists.txt QSettings: support reading UTF-8 keys in INI files 2022-03-02 11:13:33 +01:00
bom.ini
float.ini QSettings: Add support for QMetaType::Float 2021-01-15 18:51:15 +01:00
qt5settings.ini QSettings: support reading UTF-8 keys in INI files 2022-03-02 11:13:33 +01:00
resourcefile.ini
resourcefile2.ini
resourcefile3.ini
resourcefile4.ini
resourcefile5.ini
resourcefile6.plist
tst_qsettings.cpp QSettings: support reading UTF-8 keys in INI files 2022-03-02 11:13:33 +01:00
utf8settings.ini QSettings: support reading UTF-8 keys in INI files 2022-03-02 11:13:33 +01:00
withcomments.ini