aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-04-27 12:20:02 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-04-27 12:20:02 +0300
commita7fe78d7a2ce2000837350ee4fa0e7ab70b2a9bc (patch)
treea28a59907310dd75f3f28d98e75865dc2c248e66 /doc/gawk.texi
parent2ee1a96b398f3bd183a84509464770153a8890d4 (diff)
downloadegawk-a7fe78d7a2ce2000837350ee4fa0e7ab70b2a9bc.tar.gz
egawk-a7fe78d7a2ce2000837350ee4fa0e7ab70b2a9bc.tar.bz2
egawk-a7fe78d7a2ce2000837350ee4fa0e7ab70b2a9bc.zip
Update doc on -b.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 83bd3b5d..b22f7ced 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -3055,6 +3055,9 @@ The following list describes @command{gawk}-specific options:
@cindex @code{-b} option
@cindex @code{--characters-as-bytes} option
Cause @command{gawk} to treat all input data as single-byte characters.
+In addition, all output written with @code{print} or @code{printf}
+are treated as single-byte characters.
+
Normally, @command{gawk} follows the POSIX standard and attempts to process
its input data according to the current locale. This can often involve
converting multibyte characters into wide characters (internally), and