]> vaikene.ee Git - evaf/commit
Changed the Common::IniFile class to work with 7-bit character INI files only.
authorEnar Väikene <enar@vaikene.net>
Wed, 30 Nov 2011 12:26:14 +0000 (14:26 +0200)
committerEnar Väikene <enar@vaikene.net>
Wed, 30 Nov 2011 12:26:14 +0000 (14:26 +0200)
commit72ea4a16988f1c28e97064222e722f19bc31b3a6
treee1034463d5844d7dd47b7eca935d5fb40f7e49c5
parentbb631d7ca67c86dd758428fb0e18b905514a16e3
Changed the Common::IniFile class to work with 7-bit character INI files only.
* Strings and byte arrays are now escaped;
* Strings and byte arrays can now be in single or double quotes; makes it possible to
  have leading and trailing spaces.
* When saving string or byte array values with leading or trailing spaces, automatically adds
  double quotes.
src/libs/Common/config.cpp
src/libs/Common/inifile.cpp
src/libs/Common/inifile.h
src/libs/Common/inifile_p.h
src/libs/Common/version.h