diff options
author | Ineiev <[email protected]> | 2016-03-04 16:29:37 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-20 01:52:48 +0000 |
commit | 00d6d8bc8772e48b6f200d359e11eb93ab65f51f (patch) | |
tree | a427e908e9de8da3cc4ffea11f0db81f31b0fe44 | |
parent | doc: Fix mistakes. (diff) | |
download | gnupg-00d6d8bc8772e48b6f200d359e11eb93ab65f51f.tar.gz gnupg-00d6d8bc8772e48b6f200d359e11eb93ab65f51f.zip |
doc: Replace UTF8 with UTF-8.
* doc/gpg.texi: Fix.
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index a9ee6ac8d..71c45ebb9 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1440,7 +1440,7 @@ Valid values for @code{name} are: @item --utf8-strings @itemx --no-utf8-strings @opindex utf8-strings -Assume that command line arguments are given as UTF8 strings. The +Assume that command line arguments are given as UTF-8 strings. The default (@option{--no-utf8-strings}) is to assume that arguments are encoded in the character set as specified by @option{--display-charset}. These options affect all following @@ -2770,7 +2770,7 @@ must contain a '@@' character in the form keyname@@domain.example.com is to help prevent pollution of the IETF reserved notation namespace. The @option{--expert} flag overrides the '@@' check. @code{value} may be any printable string; it will be encoded in -UTF8, so you should check that your @option{--display-charset} is set +UTF-8, so you should check that your @option{--display-charset} is set correctly. If you prefix @code{name} with an exclamation mark (!), the notation data will be flagged as critical (rfc4880:5.2.3.16). @option{--sig-notation} sets a notation for data |