diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-20 21:13:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-20 21:13:17 +0200 |
commit | a01313fdef8d73580662308d3e450dc24d7d4c08 (patch) | |
tree | 24b9f793032b16f4213ba9bdd4c0f970328467aa /doc/gawktexi.in | |
parent | c6acad5f8ccc81d092f4be09e0493b241e9a496b (diff) | |
parent | 2d88b04891825ae4e687b95813cff87627404930 (diff) | |
download | egawk-a01313fdef8d73580662308d3e450dc24d7d4c08.tar.gz egawk-a01313fdef8d73580662308d3e450dc24d7d4c08.tar.bz2 egawk-a01313fdef8d73580662308d3e450dc24d7d4c08.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 7c9d473e..37bffc32 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -5490,6 +5490,15 @@ set. For example, @samp{[0-9]} is equivalent to @samp{[0123456789]}. standard and @command{gawk} have changed over time. This is mainly of historical interest.) +With the increasing popularity of the +@uref{http://www.unicode.org, Unicode character standard}, +there is an additional wrinkle to consider. Octal and hexadecimal +escape sequences inside bracket expressions are taken to represent +only single-byte characters (characters whose values fit within +the range 0--256). To match a range of characters where the endpoints +of the range are larger than 256, enter the multibyte encodings of +the characters directly. + @cindex @code{\} (backslash), in bracket expressions @cindex backslash (@code{\}), in bracket expressions @cindex @code{^} (caret), in bracket expressions |