summaryrefslogtreecommitdiff
path: root/pdf/data_encodings.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/data_encodings.h')
-rw-r--r--pdf/data_encodings.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/pdf/data_encodings.h b/pdf/data_encodings.h
index 96b06769..025e9d03 100644
--- a/pdf/data_encodings.h
+++ b/pdf/data_encodings.h
@@ -2,9 +2,10 @@
const unsigned short pdf_doc_encoding[256] =
{
- 0x0, ' ', ' ', ' ', ' ', ' ', ' ', ' ',
- ' ', 0x9, 0xA, ' ', ' ', 0xD, ' ', ' ',
- ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
+ /* 0x0 to 0x17 except \t, \n and \r are really undefined */
+ 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
+ 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
+ 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
0x02d8, 0x02c7, 0x02c6, 0x02d9, 0x02dd, 0x02db, 0x02da, 0x02dc,
0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027,
0x0028, 0x0029, 0x002a, 0x002b, 0x002c, 0x002d, 0x002e, 0x002f,