Como usar o Unicode no bit “Nome Real” da chave?

3

O GPG parece oferecer suporte a Unicode, mas não consigo fazer isso realmente funcionar

% gpg --utf8-strings --display-charset utf-8 --edit-key [email protected]
gpg (GnuPG) 1.4.15; Copyright (C) 2013 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

gpg: key xxxxxxxx: duplicated user ID detected - merged
Secret key is available.

gpg: checking the trustdb
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
pub  4096R/xxxxxxxx  created: 2014-02-20  expires: never       usage: SC
                     trust: ultimate      validity: ultimate
sub  4096R/xxxxxxxx  created: 2014-02-20  expires: never       usage: E
[ultimate] (1). King George \xe2\xa3\x20<[email protected]>

gpg> uid

pub  4096R/xxxxxxxx  created: 2014-02-20  expires: never       usage: SC
                     trust: ultimate      validity: ultimate
sub  4096R/xxxxxxxx  created: 2014-02-20  expires: never       usage: E
[ultimate] (1). King George \xe2\xa3\x20<[email protected]>

gpg> adduid
Real name: King George Ⅳ      ### I type this.
Email address: [email protected]
Comment:
You are using the 'utf-8' character set.
You selected this USER-ID:
    "King George � <[email protected]>"    ### Terminal notes corruption.

Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? O

You need a passphrase to unlock the secret key for
user: "King George \xe2\xa3\x20<[email protected]>"
4096-bit RSA key, ID xxxxxxxx, created 2014-02-20


pub  4096R/xxxxxxxx  created: 2014-02-20  expires: never       usage: SC
                     trust: ultimate      validity: ultimate
sub  4096R/xxxxxxxx  created: 2014-02-20  expires: never       usage: E
[ultimate] (1)  King George \xe2\xa3\x20<[email protected]>
[ultimate] (2). King George \xe2\xa3\x20<[email protected]>  ### That's not correct UTF-8.
  • Meu terminal está configurado para usar o UTF-8.
  • LANG=en_US.UTF-8

Observe a parte inferior: A sequência UTF-8 não está correta, mas está próxima! O octeto meio da sequência de três bytes que deveria estar lá está faltando. Eu duvido que haja algo que eu possa fazer para fazer o octeto do meio cair, então o que está acontecendo aqui?

    
por Thanatos 05.03.2014 / 01:45

0 respostas

Tags