r36
Issue 11: changed Subversion eol-style to native.
Add option to disable inline comments and to specify which inline comment character are allowed: https://github.com/benhoyt/inih/issues/40
Fix issue noted by @jgroffen where if both : and = were used on a line, = would take precedence ( https://github.com/benhoyt/inih/pull/44)
Fix issue 25: Be sure to call isspace() with unsigned char -- nasty things happen when char type is "signed char" like MSVC's default. Add unit tests including some non-ASCII UTF-8 chars to repro with MSVC.
Fixed issue 16: properly handle comments on multi-line values. Added batch file to run unit tests.
Fixed char/unsigned char issue with r20. Added unit test for BOM handling.