[ruby/io-console] Use locale insensitive casecmp

https://github.com/ruby/io-console/commit/4b2e876dd7
This commit is contained in:
Nobuyoshi Nakada 2024-06-24 22:11:31 +09:00 committed by git
parent f4f8aa0f89
commit e428ee7bbe

View File

@ -1073,7 +1073,7 @@ console_scroll(VALUE io, int line)
#define GPERF_DOWNCASE 1
#define GPERF_CASE_STRCMP 1
#define gperf_case_strcmp strcasecmp
#define gperf_case_strcmp STRCASECMP
#include "win32_vk.inc"
/*