From 05b4cca7cd724f729100ebe664aa3fc2f6b9e7fd Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 23 Oct 2002 07:41:22 +0000 Subject: [PATCH] Add: 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 insertions(+) diff --git a/src/TODO b/src/TODO index dc9f07553..4ca140600 100644 --- a/src/TODO +++ b/src/TODO @@ -1,6 +1,9 @@ Before 4.6.0-pre2 ================= +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.