mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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,6 +1,10 @@
|
|||
2001-04-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* options.skel: Add some more comments.
|
||||
|
||||
2001-04-19 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* keyid.c (mk_datestr): New. Handles negative times. we must do
|
||||
* keyid.c (mk_datestr): New. Handles negative times. We must do
|
||||
this because Windoze segvs on negative times passed to gmtime().
|
||||
Changed all datestr_from function to use this one.
|
||||
|
||||
|
|
|
@ -31,6 +31,18 @@ $Id$
|
|||
|
||||
#default-key 621CC013
|
||||
|
||||
# GnuPG ultimately trusts all keys in the secret keyring. If you do
|
||||
# not have all your secret keys online available you should use this
|
||||
# option to tell GnuPG about ultimately trusted keys.
|
||||
# You have to give the long keyID here which can be obtained by using
|
||||
# the --list-key command along with the option --with-colons; you will
|
||||
# get a line similiar to this one:
|
||||
# pub:u:1024:17:5DE249965B0358A2:1999-03-15:2006-02-04:59:f:
|
||||
# the 5th field is what you want.
|
||||
|
||||
#trusted-key 12345678ABCDEF01
|
||||
|
||||
|
||||
# If you do not pass a recipient to gpg, it will ask for one.
|
||||
# Using this option you can encrypt to a default key. key validation
|
||||
# will not be done in this case.
|
||||
|
@ -55,8 +67,8 @@ escape-from-lines
|
|||
|
||||
# If you do not use the Latin-1 (ISO-8859-1) charset, you should
|
||||
# tell GnuPG which is the native character set. Please check
|
||||
# the man page for supported character sets.
|
||||
#charset koi8-r
|
||||
# the man page for supported character sets.
|
||||
#charset utf-8
|
||||
|
||||
|
||||
# You may define aliases like this:
|
||||
|
@ -92,4 +104,3 @@ lock-once
|
|||
# this option is set.
|
||||
|
||||
honor-http-proxy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue