On 03/01/18 04:16, Paul Eggert wrote: > + case 'A': > + /* Undocumented option, for compatibility with AIX. */ > + setlocale (LC_COLLATE, "C"); > + setlocale (LC_CTYPE, "C"); > + break;
I'm ok with this as it's undocumented. Thanks for doing this. Pádraig
