On Sun, 9 Nov 2008 23:26:04 +0100
Jan Stępień <[EMAIL PROTECTED]> wrote:
> Moreover there's eogonek instead of aogonek all over the PDF. 

Actually, it wasn't that hard to figure out the reason by myself.
Patch attached. Now it's fine.

Regards,
-- 
Jan Stępień <[EMAIL PROTECTED]>
--- texinfo.tex.old     2008-11-09 23:29:18.910169589 +0100
+++ texinfo.tex 2008-11-09 23:29:53.107631207 +0100
@@ -8355,7 +8355,7 @@
   \DeclareUnicodeCharacter{0102}{\u{A}}
   \DeclareUnicodeCharacter{0103}{\u{a}}
   \DeclareUnicodeCharacter{0104}{\ogonek{A}}
-  \DeclareUnicodeCharacter{0105}{\ogonek{e}}
+  \DeclareUnicodeCharacter{0105}{\ogonek{a}}
   \DeclareUnicodeCharacter{0106}{\'C}
   \DeclareUnicodeCharacter{0107}{\'c}
   \DeclareUnicodeCharacter{0108}{\^C}

Reply via email to