From 23df49b33d47487473cf8ab2c48227a662b2069c Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Mon, 31 Dec 2001 16:50:22 +0000 Subject: No longer set LC_CTYPE and switch to using cisalpha and cisdigit instead --- dselect/main.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'dselect') diff --git a/dselect/main.cc b/dselect/main.cc index e2d529d2a..7172a53a5 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -470,7 +470,6 @@ int main(int, const char *const *argv) { char *home, *homerc; setlocale(LC_ALL, ""); - setlocale(LC_CTYPE, "C"); bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); -- cgit v1.2.3