Package: lambdamoo
Version: 1:1.8.2-cvs20050209-1
Severity: normal
Tags: patch l10n
Apparently a #include <locale.h> statement in the server.c file is
needed to make locale selection from the environment work (LC_CTYPE=..)
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages lambdamoo depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
-- no debconf information
diff -Nur lambdamoo-1.8.2-cvs20050209_locale/server.c lambdamoo-1.8.2-cvs20050209/server.c
--- lambdamoo-1.8.2-cvs20050209_locale/server.c 2005-12-08 18:29:20.000000000 +0100
+++ lambdamoo-1.8.2-cvs20050209/server.c 2004-05-25 09:28:55.000000000 +0200
@@ -29,7 +29,6 @@
#include "db_io.h"
#include "disassemble.h"
#include "execute.h"
-#include <locale.h>
#include "functions.h"
#include "list.h"
#include "log.h"
@@ -1183,8 +1182,6 @@
Var desc;
slistener *l;
- setlocale(LC_CTYPE,"");
-
init_cmdline(argc, argv);
argc--;