1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-01-28 22:52:54 +08:00

2 Commits

Author SHA1 Message Date
benhoyt@gmail.com
9b0825f08d 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.
2013-01-06 08:40:00 +00:00
benhoyt@gmail.com
23d69228bf Fixed char/unsigned char issue with r20. Added unit test for BOM handling. 2012-06-19 13:48:44 +00:00