summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-11 10:06:36 +0100
committerJim Meyering <meyering@redhat.com>2008-01-11 10:07:01 +0100
commite52a7c28ac97a8b091a3fb2cdc41ee258145603a (patch)
treef560acbae238a3ebeadd46f9d5ea08d5f1a39a58 /NEWS
parent6d80b05c5a6407ef28c994ed8d4c495ffed7188b (diff)
downloadcoreutils-e52a7c28ac97a8b091a3fb2cdc41ee258145603a.tar.xz
tests/tr/Test.pm: Prefer en_US.ISO-8859-1 to en_US.iso88591.
Suggestions from James Youngman and Pádraig Brady in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/12218/focus=12227
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca3bbc8e2..12415dab6 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ GNU coreutils NEWS -*- outline -*-
tr's case conversion would fail in a locale with differing numbers
of lower case and upper case characters. E.g., this would fail:
- env LC_CTYPE=en_US.iso88591 tr '[:upper:]' '[:lower:]'
+ env LC_CTYPE=en_US.ISO-8859-1 tr '[:upper:]' '[:lower:]'
[bug introduced in coreutils-6.9.90]
** Improvements