[poppler] Branch 'xpdf303merge' - poppler/UnicodeMapTables.h

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Aug 30 06:11:41 PDT 2011


 poppler/UnicodeMapTables.h |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 2a6bd7aae37f73a94bf1a84f699f310177661611
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Aug 30 15:13:17 2011 +0200

    xpdf303: Expand latin1UnicodeMapRanges and ascii7UnicodeMapRanges

diff --git a/poppler/UnicodeMapTables.h b/poppler/UnicodeMapTables.h
index 9c51034..073e474 100644
--- a/poppler/UnicodeMapTables.h
+++ b/poppler/UnicodeMapTables.h
@@ -2,7 +2,7 @@
 //
 // UnicodeMapTables.h
 //
-// Copyright 2001-2003 Glyph & Cog, LLC
+// Copyright 2001-2009 Glyph & Cog, LLC
 //
 //========================================================================
 
@@ -64,7 +64,9 @@ static UnicodeMapRange latin1UnicodeMapRanges[] = {
   { 0xfb01, 0xfb01, 0x6669, 2 },
   { 0xfb02, 0xfb02, 0x666c, 2 },
   { 0xfb03, 0xfb03, 0x666669, 3 },
-  { 0xfb04, 0xfb04, 0x66666c, 3 }
+  { 0xfb04, 0xfb04, 0x66666c, 3 },
+  { 0xfb05, 0xfb05, 0x7374, 2 },
+  { 0xfb06, 0xfb06, 0x7374, 2 }
 };
 #define latin1UnicodeMapLen (sizeof(latin1UnicodeMapRanges) / sizeof(UnicodeMapRange))
 
@@ -197,7 +199,9 @@ static UnicodeMapRange ascii7UnicodeMapRanges[] = {
   { 0xfb01, 0xfb01, 0x6669, 2 },
   { 0xfb02, 0xfb02, 0x666c, 2 },
   { 0xfb03, 0xfb03, 0x666669, 3 },
-  { 0xfb04, 0xfb04, 0x66666c, 3 }
+  { 0xfb04, 0xfb04, 0x66666c, 3 },
+  { 0xfb05, 0xfb05, 0x7374, 2 },
+  { 0xfb06, 0xfb06, 0x7374, 2 }
 };
 #define ascii7UnicodeMapLen (sizeof(ascii7UnicodeMapRanges) / sizeof(UnicodeMapRange))
 


More information about the poppler mailing list