diff options
author | Wichert Akkerman <wakkerma@debian.org> | 2001-12-31 16:50:22 +0000 |
---|---|---|
committer | Wichert Akkerman <wakkerma@debian.org> | 2001-12-31 16:50:22 +0000 |
commit | 23df49b33d47487473cf8ab2c48227a662b2069c (patch) | |
tree | d2068066bef44f249f898396643ac6f696556a39 /dselect | |
parent | a4f9322a6417e1683183ea2d0fca88a17b92fd3c (diff) | |
download | dpkg-23df49b33d47487473cf8ab2c48227a662b2069c.tar.gz |
No longer set LC_CTYPE and switch to using cisalpha and cisdigit instead
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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); |