Fixing standard encoding mapping
This commit is contained in:
parent
d2ec98b31e
commit
dd066f8369
27
src/fonts.js
27
src/fonts.js
@ -160,19 +160,20 @@ var Encodings = {
|
|||||||
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
|
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
|
||||||
'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
|
'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
|
||||||
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
|
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
|
||||||
'braceleft', 'bar', 'braceright', 'asciitilde', '', '', 'exclamdown',
|
'braceleft', 'bar', 'braceright', 'asciitilde', '', '', '', '', '', '',
|
||||||
'cent', 'sterling', 'fraction', 'yen', 'florin', 'section', 'currency',
|
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
|
||||||
'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft',
|
'', '', '', '', '', '', '', '', '', '', 'exclamdown', 'cent', 'sterling',
|
||||||
'guilsinglright', 'fi', 'fl', '', 'endash', 'dagger', 'daggerdbl',
|
'fraction', 'yen', 'florin', 'section', 'currency', 'quotesingle',
|
||||||
'periodcentered', '', 'paragraph', 'bullet', 'quotesinglbase',
|
'quotedblleft', 'guillemotleft', 'guilsinglleft', 'guilsinglright', 'fi',
|
||||||
'quotedblbase', 'quotedblright', 'guillemotright', 'ellipsis',
|
'fl', '', 'endash', 'dagger', 'daggerdbl', 'periodcentered', '',
|
||||||
'perthousand', '', 'questiondown', '', 'grave', 'acute', 'circumflex',
|
'paragraph', 'bullet', 'quotesinglbase', 'quotedblbase', 'quotedblright',
|
||||||
'tilde', 'macron', 'breve', 'dotaccent', 'dieresis', '', 'ring',
|
'guillemotright', 'ellipsis', 'perthousand', '', 'questiondown', '',
|
||||||
'cedilla', '', 'hungarumlaut', 'ogonek', 'caron', 'emdash', '', '', '',
|
'grave', 'acute', 'circumflex', 'tilde', 'macron', 'breve', 'dotaccent',
|
||||||
'', '', '', '', '', '', '', '', '', '', '', '', '', 'AE', '',
|
'dieresis', '', 'ring', 'cedilla', '', 'hungarumlaut', 'ogonek', 'caron',
|
||||||
'ordfeminine', '', '', '', '', 'Lslash', 'Oslash', 'OE', 'ordmasculine',
|
'emdash', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
|
||||||
'', '', '', '', '', 'ae', '', '', '', 'dotlessi', '', '', 'lslash',
|
'AE', '', 'ordfeminine', '', '', '', '', 'Lslash', 'Oslash', 'OE',
|
||||||
'oslash', 'oe', 'germandbls'
|
'ordmasculine', '', '', '', '', '', 'ae', '', '', '', 'dotlessi', '', '',
|
||||||
|
'lslash', 'oslash', 'oe', 'germandbls'
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
get WinAnsiEncoding() {
|
get WinAnsiEncoding() {
|
||||||
|
1
test/pdfs/issue1127.pdf.link
Normal file
1
test/pdfs/issue1127.pdf.link
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://vmp.ethz.ch/pdfs/diplome/vordiplome/Block%201/Algorithmen_%26_Komplexitaet/AlgoKo_f08_Aufg.pdf
|
@ -410,6 +410,13 @@
|
|||||||
"link": true,
|
"link": true,
|
||||||
"type": "eq"
|
"type": "eq"
|
||||||
},
|
},
|
||||||
|
{ "id": "issue1127",
|
||||||
|
"file": "pdfs/issue1127.pdf",
|
||||||
|
"md5": "4fb2be5ffefeafda4ba977de2a1bb4d8",
|
||||||
|
"rounds": 1,
|
||||||
|
"link": true,
|
||||||
|
"type": "eq"
|
||||||
|
},
|
||||||
{ "id": "liveprogramming",
|
{ "id": "liveprogramming",
|
||||||
"file": "pdfs/liveprogramming.pdf",
|
"file": "pdfs/liveprogramming.pdf",
|
||||||
"md5": "7bd4dad1188232ef597d36fd72c33e52",
|
"md5": "7bd4dad1188232ef597d36fd72c33e52",
|
||||||
|
Loading…
Reference in New Issue
Block a user