]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
ranges vs ebcdic
authorJim Meyering <jim@meyering.net>
Tue, 1 Aug 2000 07:39:56 +0000 (07:39 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 1 Aug 2000 07:39:56 +0000 (07:39 +0000)
doc/textutils.texi

index f1ddc70fc29aafe430c96a08c7941c52eaee93a2..9e2fb1301bf517728958698c1311354fe71ad35a 100644 (file)
@@ -3426,6 +3426,11 @@ enclose ranges, translations specified in that format will still work as
 long as the brackets in @var{string1} correspond to identical brackets
 in @var{string2}.
 
+Many historically common and even accepted uses of ranges are not
+portable.  For example, on @sc{ebcdic} hosts using the @samp{A-Z}
+range will not do what most would expect because @samp{A} through @samp{Z}
+are not contiguous as they are in @sc{ascii}.
+
 @item Repeated characters
 @cindex repeated characters