> For locale-independent case conversion, use TOLOWER or TOUPPER in > include/safe-ctype.h. Thanks for the suggestion, Ian. Now that I'm back, here is a patch that implements it. 2007-05-03 Joel Brobecker * filename_cmp.c: Replace include of ctype.h by include of safe-ctype.h. (filename_cmp): Use TOLOWER instead of tolower for conversions that are locale-independent. * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h. Tested on x86-linux and x86-windows. No regression. OK to commit? Thanks, -- Joel