diff options
author | Werner Koch <[email protected]> | 2002-09-02 10:58:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-09-02 10:58:46 +0000 |
commit | bcedc5dad1a5b858b61bed8b7cdccfd31f87dffe (patch) | |
tree | 3ebb29ec9cab5068818bdded3b41c8e232e60c33 /doc/gpg.sgml | |
parent | * strgutil.c (set_native_charset): Allow NULL as argument to use (diff) | |
download | gnupg-bcedc5dad1a5b858b61bed8b7cdccfd31f87dffe.tar.gz gnupg-bcedc5dad1a5b858b61bed8b7cdccfd31f87dffe.zip |
* gpg.sgml: Updated the charset option.
* DETAILS: Added status IMPORT_OK.
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.sgml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 0abf4c62e..afae9681c 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1200,16 +1200,21 @@ also overrides the environment variable "GNUPGHOME". <term>--charset &ParmName;</term> <listitem><para> Set the name of the native character set. This is used -to convert some strings to proper UTF-8 encoding. +to convert some strings to proper UTF-8 encoding. If this option is not used, the default character set is determined +from the current locale. A verbosity level of 3 shows the used one. Valid values for &ParmName; are:</para> <variablelist> <varlistentry> -<term>iso-8859-1</term><listitem><para>This is the default Latin 1 set.</para></listitem> +<term>iso-8859-1</term><listitem><para>This is the Latin 1 set.</para></listitem> </varlistentry> <varlistentry> <term>iso-8859-2</term><listitem><para>The Latin 2 set.</para></listitem> </varlistentry> <varlistentry> +<term>iso-8859-15</term><listitem><para>This is currently an alias for +the Latin 1 set.</para></listitem> +</varlistentry> +<varlistentry> <term>koi8-r</term><listitem><para>The usual Russian set (rfc1489).</para></listitem> </varlistentry> <varlistentry> |