diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-03 22:02:41 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-03 22:02:41 +0300 |
commit | 831486481c397e13dc164524e54eddbc017fade3 (patch) | |
tree | 1ce9c54d01969528c628357705c6c3a4d5caf7dc /doc/gawktexi.in | |
parent | e02ffe43c534493a40e9b9403cd91a6357514c85 (diff) | |
download | egawk-831486481c397e13dc164524e54eddbc017fade3.tar.gz egawk-831486481c397e13dc164524e54eddbc017fade3.tar.bz2 egawk-831486481c397e13dc164524e54eddbc017fade3.zip |
Document more about sprintf %c.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index d485a50d..7039325b 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -8648,6 +8648,8 @@ and then to print the multibyte encoding of that character. Similarly, when printing a numeric value, @command{gawk} allows the value to be within the numeric range of values that can be held in a wide character. +If the conversion to multibyte encoding fails, @command{gawk} +uses the low eight bits of the value as the character to print. Other @command{awk} versions generally restrict themselves to printing the first byte of a string or to numeric values within the range of |