Hello,

the attached patch doesn't help Michal (because he has non-latin1-chars
in his name) but me.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Index: signing-party/gpg-key2ps/gpg-key2ps
===================================================================
--- signing-party.orig/gpg-key2ps/gpg-key2ps	2010-06-17 22:17:22.446069560 +0200
+++ signing-party/gpg-key2ps/gpg-key2ps	2010-06-17 22:27:01.554072028 +0200
@@ -121,7 +121,21 @@
 /w $w def
 /h $h def
 
-/Times-Roman findfont 9 scalefont setfont 
+/reencode {
+	exch findfont
+	dup length dict
+	begin {
+		1 index /FID eq
+		{ pop pop }
+		{ def } ifelse
+	} forall
+	/Encoding ISOLatin1Encoding def
+	currentdict
+	end
+	definefont
+} bind def
+
+/Times-Roman /trlatin1 reencode 9 scalefont setfont
 
 /newline {
 	/y y 10 sub def

Reply via email to