summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-06-09 07:32:39 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:12:08 +0100
commit760bf669e61aafbc11b5276dfdbc54bd91e9a1c4 (patch)
tree70e8433a837a1b78bcbed6c07d9d54656e4df79b /BUGS
parent3cfe7fdf8a2b18413bf01544d769d5ea97bdb792 (diff)
downloadsed-760bf669e61aafbc11b5276dfdbc54bd91e9a1c4.tar.gz
do not mention Estonian locale in BUGS
git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-67
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index 77f7821..499662b 100644
--- a/BUGS
+++ b/BUGS
@@ -107,7 +107,7 @@ regex syntax clashes (problems with backslashes)
You are encountering problems with locales. POSIX mandates that `[a-z]'
uses the current locale's collation order -- in C parlance, that means
strcoll(3) instead of strcmp(3). Some locales have a case insensitive
- strcoll, others don't: one of those that have problems is Estonian.
+ strcoll, others don't.
Another problem is that [a-z] tries to use collation symbols. This
only happens if you are on the GNU system, using GNU libc's regular