diff options
Diffstat (limited to 'doc/faq.raw')
-rw-r--r-- | doc/faq.raw | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/faq.raw b/doc/faq.raw index a484d6df2..d4c96c0d1 100644 --- a/doc/faq.raw +++ b/doc/faq.raw @@ -13,8 +13,8 @@ The most recent version of the FAQ is available from [H H1]GNUPG FREQUENTLY ASKED QUESTIONS[H /H1] -Version: 1.4[H p] -Last-Modified: Jun 2, 2001[H p] +Version: 1.5[H p] +Last-Modified: Jun 13, 2001[H p] Maintained-by: [$maintainer] @@ -672,6 +672,21 @@ in it - why? They are both public-key cryptosystems, but how the public keys are actually handled is different. + +<Q> Why do national characters in my user ID look funny? + + According to OpenPGP, GnuPG encodes user id strings (and other + things) using UTF-8. In this encoding of Unicode, most national + characters get encoded as two- or three-byte sequences. For + example, å (0xE5 in ISO-8859-1) becomes Ã¥ (0xC3, + 0xA5). This might also be the reason why keyservers can't find + your key. + +<Q> I get 'sed' errors when running ./configure on OS X ... + + Please install GNU sed and use it instead of the broken OS X sed. + + <S> ADVANCED TOPICS <Q> How does this whole thing work? |