aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index b2044649..1ff75230 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -27095,9 +27095,7 @@ But outside those locales, the ordering was defined to be based on
In many locales, @samp{A} and @samp{a} are both less than @samp{B}.
In other words, these locales sort characters in dictionary order,
and @samp{[a-dx-z]} is typically not equivalent to @samp{[abcdxyz]};
-instead it might be equivalent to @samp{[aBbCcDdXxYyZz]}, for example.
-(And to make things worse, on other systems, it might be equivalent to
-@samp{[aAbBcCdDxXyYz]}.)
+instead it might be equivalent to @samp{[ABCXYabcdxyz]}, for example.
This point needs to be emphasized: Much literature teaches that you should
use @samp{[a-z]} to match a lowercase character. But on systems with