diff options
author | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-11-10 12:59:59 +0000 |
commit | b076ce302189d619d170089f70afdb72dd0bf967 (patch) | |
tree | 736281f795268c3f712ed29167e21bc9078fc698 /doc | |
parent | ready to release 0.4.3 (diff) | |
download | gnupg-b076ce302189d619d170089f70afdb72dd0bf967.tar.gz gnupg-b076ce302189d619d170089f70afdb72dd0bf967.zip |
Some bug fixes of the last release
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 4 | ||||
-rw-r--r-- | doc/gpg.1pod | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING index 4ae7e6ed2..f30928432 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -39,6 +39,8 @@ RFCs 1423 Privacy Enhancement for Internet Electronic Mail: Part III: Algorithms, Modes, and Identifiers. +1489 Registration of a Cyrillic Character Set. + 1750 Randomness Recommendations for Security. 1991 PGP Message Exchange Formats. @@ -47,6 +49,8 @@ RFCs 2144 The CAST-128 Encryption Algorithm. +2279 UTF-8, a transformation format of ISO 10646. + diff --git a/doc/gpg.1pod b/doc/gpg.1pod index 56d802b08..aacefcbb3 100644 --- a/doc/gpg.1pod +++ b/doc/gpg.1pod @@ -293,6 +293,13 @@ B<--homedir> I<dir> not make sense to use this in a options file. This also overrides the environment variable C<GNUPGHOME>. +B<--charset> I<name> + Set the name of the native character set. This is used + to convert some strings to proper UTF-8 encoding. + Valid values for I<name> are: + B<iso-8859-1> This is the default. + B<koi8-r> The usual Russian set (rfc1489). + B<--options> I<file> Read options from I<file> and do not try to read them from the default options file in the homedir |