mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add UTF-8 charset
This commit is contained in:
parent
397a73b685
commit
7c67adea66
8 changed files with 59 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-04-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Add new --charset UTF-8.
|
||||
|
||||
2001-04-19 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* faq.raw: Add a note about dates displayed as ????-??-??.
|
||||
|
|
|
@ -367,7 +367,8 @@ assigned owner trust and the second is the calculated
|
|||
trust value. Letters are used for the values:</para>
|
||||
<variablelist>
|
||||
<varlistentry><term>-</term><listitem><para>No ownertrust assigned / not yet calculated.</para></listitem></varlistentry>
|
||||
<varlistentry><term>e</term><listitem><para>Trust calculation has failed.</para></listitem></varlistentry>
|
||||
<varlistentry><term>e</term><listitem><para>Trust
|
||||
calculation has failed; probably due to an expired key.</para></listitem></varlistentry>
|
||||
<varlistentry><term>q</term><listitem><para>Not enough information for calculation.</para></listitem></varlistentry>
|
||||
<varlistentry><term>n</term><listitem><para>Never trust this key.</para></listitem></varlistentry>
|
||||
<varlistentry><term>m</term><listitem><para>Marginally trusted.</para></listitem></varlistentry>
|
||||
|
@ -846,6 +847,10 @@ Valid values for &ParmName; are:</para>
|
|||
<varlistentry>
|
||||
<term>koi8-r</term><listitem><para>The usual Russian set (rfc1489).</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>utf-8</term><listitem><para>Bypass all translations and assume
|
||||
that the OS uses native UTF-8 encoding.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</listitem></varlistentry>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue