diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-01-17 16:27:11 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-01-17 16:27:11 +0100 |
commit | 8fbca5780e8699de4d9dcb0df9ce9fc55bc76ffa (patch) | |
tree | ef97b4b8f27eab46b99c4a5046bb2659becda359 | |
parent | d4e5905d238addd9588dd80fb8af9b9239ca4f04 (diff) | |
download | mupdf-8fbca5780e8699de4d9dcb0df9ce9fc55bc76ffa.tar.xz |
Allow tabs in pdf_docencoding.
-rw-r--r-- | mupdf/pdf_fontenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/pdf_fontenc.c b/mupdf/pdf_fontenc.c index 3ee20de2..76586263 100644 --- a/mupdf/pdf_fontenc.c +++ b/mupdf/pdf_fontenc.c @@ -29,7 +29,7 @@ void pdf_loadencoding(char **estrings, char *encoding) const unsigned short pdf_docencoding[256] = { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, - 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0009, 0x0000, 0x0000, 0x0000, 0x0000, 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, |