lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


The test for alpha in lstrlib.c uses `isalpha`, not `lislalpha`.
I suppose this is a feature, not a bug, so that the definition
of "letter" can be locale-dependent.