1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Tue Mar 2 16:44:57 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-03-02 15:48:37 +00:00
parent c27c7416d5
commit 20bb42bfe7
12 changed files with 103 additions and 102 deletions

View file

@ -651,6 +651,14 @@ ask_user_id( int mode )
if( quick_random_gen(-1) )
strcpy(p, " (INSECURE!)" );
/* print a note in case that UTF8 mapping has to be done */
for(p=uid; *p; p++ ) {
if( *p & 0x80 ) {
tty_printf(_("You are using the `%s' character set.\n"),
get_native_charset() );
break;
}
}
tty_printf(_("You selected this USER-ID:\n \"%s\"\n\n"), uid);
/* fixme: add a warning if this user-id already exists */