summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-12-16 20:49:42 +0000
committerTor Andersson <tor@ghostscript.com>2010-12-16 20:49:42 +0000
commit2033c2c989f90bbe33e9cff7aa4ddeeb7dec0398 (patch)
treefe3f36d34a8bad0efd440d46ac15c67711d1b587
parent45f7336daf30afcaeb4b53e54255fa710f276bb2 (diff)
downloadmupdf-2033c2c989f90bbe33e9cff7aa4ddeeb7dec0398.tar.xz
Allow newlines in pdf_docencoding.
-rw-r--r--mupdf/pdf_fontenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/pdf_fontenc.c b/mupdf/pdf_fontenc.c
index 769406ea..0f72cb6a 100644
--- a/mupdf/pdf_fontenc.c
+++ b/mupdf/pdf_fontenc.c
@@ -25,7 +25,7 @@ void pdf_loadencoding(char **estrings, char *encoding)
const unsigned short pdf_docencoding[256] =
{
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
- 0x0000, 0x0009, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ 0x0000, 0x0009, 0x000A, 0x0000, 0x0000, 0x000D, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x02d8, 0x02c7, 0x02c6, 0x02d9, 0x02dd, 0x02db, 0x02da, 0x02dc,
0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027,