[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.2 string patterns do not respect lctype
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 11 Apr 2013 17:58:38 +0200
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.