From 2dbc6de9eb412aea4e2519c317c9e7103a397c40 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 26 Feb 2010 21:27:52 +0100 Subject: [PATCH] grml-setlang: do not set LC_CTYPE any longer. --- debian/changelog | 6 ++++++ usr_sbin/grml-setlang | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 85e2af3..e267c5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-scripts (1.2.8) unstable; urgency=low + + * grml-setlang: do not set LC_CTYPE any longer. + + -- Michael Prokop Fri, 26 Feb 2010 21:26:57 +0100 + grml-scripts (1.2.7) unstable; urgency=low * grml-info: improve support for customisation through diff --git a/usr_sbin/grml-setlang b/usr_sbin/grml-setlang index e148209..ae6a096 100755 --- a/usr_sbin/grml-setlang +++ b/usr_sbin/grml-setlang @@ -170,8 +170,6 @@ fi # locale isn't available on a remote system if echo $LANGUAGE | grep -q -- '-iso' ; then LC_CTYPE=C -else - LC_CTYPE=en_US.UTF-8 fi # read in the file where all the $LANGUAGE stuff is defined @@ -182,7 +180,7 @@ if ! [ -r $CONFFILE ] ; then cat > $CONFFILE <