Lightweight INI-file parser that can be used to easily read and write INI files. It includes direct support for string, int, double and bool setting types.
SaveToFile func can't save file in utf-16 because it uses only string, and didn't have overloaded variant with wstring. Users, that have in their path wide UTF-8 or UTF-16 symbols, can't use string. They should use wstring.
This small single header library allows handling of ini-style config-files. In addition to the standard ini-format, this library allows values with more than one parameter (separation with commas).
SaveToFile func can't save file in utf-16 because it uses only string, and didn't have overloaded variant with wstring. Users, that have in their path wide UTF-8 or UTF-16 symbols, can't use string. They should use wstring.