poppler/PDFDocEncoding.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 8f6e0285d7e80d8c1a8defaad9d0f87a2e054151 Author: Albert Astals Cid <[email protected]> Date: Wed Aug 31 20:20:47 2011 +0200 xpdf303: PDFDocEncoding changes This overwrites Michael Vrable's changes of using U+FFFD to actually using the order, i'm taking Derek's change here diff --git a/poppler/PDFDocEncoding.cc b/poppler/PDFDocEncoding.cc index 628d366..7940834 100644 --- a/poppler/PDFDocEncoding.cc +++ b/poppler/PDFDocEncoding.cc @@ -34,9 +34,9 @@ // undefined. Unicode pdfDocEncoding[256] = { - 0x0000, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, // 00 - 0xfffd, 0x0009, 0x000a, 0xfffd, 0x000c, 0x000d, 0xfffd, 0xfffd, - 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, 0xfffd, // 10 + 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x0005, 0x0006, 0x0007, // 00 + 0x0008, 0x0009, 0x000a, 0x000b, 0x000c, 0x000d, 0x000e, 0x000f, + 0x0010, 0x0011, 0x0012, 0x0013, 0x0014, 0x0015, 0x0016, 0x0017, // 10 0x02d8, 0x02c7, 0x02c6, 0x02d9, 0x02dd, 0x02db, 0x02da, 0x02dc, 0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, // 20 0x0028, 0x0029, 0x002a, 0x002b, 0x002c, 0x002d, 0x002e, 0x002f, _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
