How do you list keys in UTF-8?

Werner Koch wk@gnupg.org
Mon, 27 Nov 2000 15:32:27 +0100


On Mon, 27 Nov 2000, Ingo Kloecker wrote:


> But how can I list the keys in UTF-8?
If you use gpg from an another process you should use the --with-colons option becuase this is designed for such purposes. The output format of --list-key may change with next version. The output of --with-colons is UTF8 Don't forget to pass the option --utf8-strings on the commandline, so that gpg does no translation on supplied user IDs. It is true that --charset utf8 should be supported, but on the other hand all that character conversion should not be done by gpg at all. This is something libc has to care about. Werner -- Archive is at http://lists.gnupg.org - Unsubscribe by sending mail with a subject of "unsubscribe" to gnupg-users-request@gnupg.org