On Fri, Mar 11, 2016 at 07:53:16AM +0700, Robert Elz wrote: > One of those changes was to stop using the shell's own private isalpha() > macros (they have different names - and "stop using" meant to redefine them > in terms of <ctype.h> and isalpha() etc.)
We can also switch to using isalpha_l and friends with explicit C locale. Joerg