From: Enar Väikene Date: Wed, 30 Nov 2011 12:26:14 +0000 (+0200) Subject: Changed the Common::IniFile class to work with 7-bit character INI files only. X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=commitdiff_plain;h=72ea4a16988f1c28e97064222e722f19bc31b3a6;hp=72ea4a16988f1c28e97064222e722f19bc31b3a6;p=evaf 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. ---