projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d5f70f
)
Add a comment.
author
ueno
<ueno>
Mon, 19 Mar 2007 08:35:26 +0000
(08:35 +0000)
committer
ueno
<ueno>
Mon, 19 Mar 2007 08:35:26 +0000
(08:35 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
f6d19b3
..
0d56526
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1737,6
+1737,8
@@
signatures should be included."
(cons (epg--make-sub-key-1 (car lines))
(epg-key-sub-key-list (car keys)))))
((equal (aref (car lines) 0) "uid")
+ ;; Decode the UID name as a backslash escaped UTF-8 string,
+ ;; generated by GnuPG/GpgSM.
(setq string (copy-sequence (aref (car lines) 9))
index 0)
(while (string-match "\"" string index)