[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: setlocale => malformed number near '0.3'
- From: Tuomo Valkonen <tuomov@...>
- Date: Thu, 7 Jul 2005 19:51:46 +0000 (UTC)
If locale is set to recognise numbers in locale format, Lua stops working,
expecting this to _change language syntax_. Apparently this is a well-known
problem[1,2]. Why has nothing been done about it? This kind of behaviour is
inexcusably brain-damaged, even if doing otherwise would mean having to know
more of the system than ANSI C provides.
[1] <http://lua-users.org/cgi-bin/namazu.cgi?query=setlocale+malformed+number&sort=score&idxname=lua-l&max=20>
[2] <http://www.lua.org/pil/22.2.html>
--
Tuomo