Hi, On Sat, Apr 19, 2025 at 11:20:48AM +0000, NRK wrote: > It does still allow discarding trailing chars, right? Since "yes" > matches "^[yY]". > > (Also, does sbase deal with the whole locale mess?)
No, and it means that we have to use the default locale that is the C locale, that in the case of POSIX is augmented as the POSIX locale. All the C programs begins with the C locale until a call to setlocate(3) is done. Regards,