lua-users home
lua-l archive

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


You need to set the locale inside Lua:

	% lua
	Lua 5.3.3  Copyright (C) 1994-2016 Lua.org, PUC-Rio
	> os.setlocale"fr_FR"
	fr_FR
	> "3,14" + 1
	4,14