Archive: Case-insensitive ReadINIStr


Case-insensitive ReadINIStr
RFE to add option in ReadINIStr parameters to make section_name case-insensitive (and enable it by default).


it just calls the winapi. (MSDN: "The GetPrivateProfileString function is not case-sensitive; the strings can be a combination of uppercase and lowercase letters")


I hate when it happens. Indeed, a mistake in my test case logic. Thank you.