[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Accented characters: setting locale doesn't work
- From: Klaus Ripke <paul-lua@...>
- Date: Tue, 6 Nov 2007 14:54:40 +0100
On Tue, Nov 06, 2007 at 02:31:54PM +0100, Mike Pall wrote:
> To fix this remove the 'lua_pop(L, 1);' in line 1324 and add a
> 'lua_settop(L, 2);' just before the final 'return 1;'. Now
will fix
thanks a bunch