From afb2c8abe5ba8b379cb28027c24354a552329eb6 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 29 Oct 2002 21:46:50 +0000 Subject: [PATCH] Done: Work around bug in Red Hat 8.0 S-Lang that hides non-ascii characters in POSIX locale or disable Red Hat 8.0 S-Lang by default. --- src/TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/TODO b/src/TODO index dcbbcceb7..cee5ab193 100644 --- a/src/TODO +++ b/src/TODO @@ -3,9 +3,6 @@ Before 4.6.0-pre2 Test for groff and for -P-c option to groff to disable ANSI colors. -Work around bug in Red Hat 8.0 S-Lang that hides non-ascii characters in -POSIX locale or disable Red Hat 8.0 S-Lang by default. - Use paranoid quoting in subshell_name_quote() only when absolutely necessary - it's slow, especially in UTF-8 locales.