diff options
author | Werner Koch <[email protected]> | 2009-07-20 11:02:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-20 11:02:20 +0000 |
commit | 7ae15f002712c7d07f9d835b81b0ca8da096e49b (patch) | |
tree | 610af3a03993676179ec3eb267a3c09a5cad0149 /g10/misc.c | |
parent | Fix bug 1090. (diff) | |
download | gnupg-7ae15f002712c7d07f9d835b81b0ca8da096e49b.tar.gz gnupg-7ae15f002712c7d07f9d835b81b0ca8da096e49b.zip |
Fix bug 1091.
Doc fixes.
Replace assert by error message.
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c index 5b9e652ab..8cc63ba34 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -1207,7 +1207,7 @@ parse_options(char *str,unsigned int *options, /* Check whether the string has characters not valid in an RFC-822 - address. To cope with OpenPGP we ignore allow non-ascii characters + address. To cope with OpenPGP we ignore non-ascii characters so that for example umlauts are legal in an email address. An OpenPGP user ID must be utf-8 encoded but there is no strict requirement for RFC-822. Thus to avoid IDNA encoding we put the |