Use built-in istr[n]cmp() instead of strcase[n]cmp()
authorAdrian Perez de Castro <aperez@igalia.com>
Mon, 5 Aug 2019 12:59:20 +0000 (15:59 +0300)
committerRan Benita <ran@unusedvar.com>
Fri, 27 Dec 2019 10:36:39 +0000 (12:36 +0200)
commita8acc2ff5cd7eb4e2501f2ef529b1d8f21471f37
tree9d327b41c8367f5d9c918be45a09743f35a665fa
parent34122f9f064bff220e066a036315daa0778cfd54
Use built-in istr[n]cmp() instead of strcase[n]cmp()

This avoids the problem that MSVC does not provide strcasecmp() nor
strncasecmp(), and at the same time avoids potential problems due to
locale configuration by using istrcmp() and istrncmp() which are
already in the source tree and written to cover only ASCII.
src/keysym.c