diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-20 21:18:29 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-20 21:18:29 +0200 |
commit | be22a484b62bec35c3a9f3c41cd7a52859e62725 (patch) | |
tree | 40b0329497770af39e6ea05f24707597e09e5e0a /doc/gawktexi.in | |
parent | 4e18d68de5a9aa2ab9c1860937dae4c467392f29 (diff) | |
parent | a01313fdef8d73580662308d3e450dc24d7d4c08 (diff) | |
download | egawk-be22a484b62bec35c3a9f3c41cd7a52859e62725.tar.gz egawk-be22a484b62bec35c3a9f3c41cd7a52859e62725.tar.bz2 egawk-be22a484b62bec35c3a9f3c41cd7a52859e62725.zip |
Merge branch 'master' into feature/cmake
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 |