Fix missing notdef in expert encoding.
This commit is contained in:
parent
d6a6f390ae
commit
a8a8909d2d
@ -24,7 +24,7 @@ var ExpertEncoding = [
|
|||||||
'sixoldstyle', 'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'colon',
|
'sixoldstyle', 'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'colon',
|
||||||
'semicolon', 'commasuperior', 'threequartersemdash', 'periodsuperior',
|
'semicolon', 'commasuperior', 'threequartersemdash', 'periodsuperior',
|
||||||
'questionsmall', '', 'asuperior', 'bsuperior', 'centsuperior', 'dsuperior',
|
'questionsmall', '', 'asuperior', 'bsuperior', 'centsuperior', 'dsuperior',
|
||||||
'esuperior', '', '', 'isuperior', '', '', 'lsuperior', 'msuperior',
|
'esuperior', '', '', '', 'isuperior', '', '', 'lsuperior', 'msuperior',
|
||||||
'nsuperior', 'osuperior', '', '', 'rsuperior', 'ssuperior', 'tsuperior',
|
'nsuperior', 'osuperior', '', '', 'rsuperior', 'ssuperior', 'tsuperior',
|
||||||
'', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior', '',
|
'', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior', '',
|
||||||
'parenrightinferior', 'Circumflexsmall', 'hyphensuperior', 'Gravesmall',
|
'parenrightinferior', 'Circumflexsmall', 'hyphensuperior', 'Gravesmall',
|
||||||
|
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
@ -191,6 +191,7 @@
|
|||||||
!issue6336.pdf
|
!issue6336.pdf
|
||||||
!issue6387.pdf
|
!issue6387.pdf
|
||||||
!issue6410.pdf
|
!issue6410.pdf
|
||||||
|
!issue8586.pdf
|
||||||
!gradientfill.pdf
|
!gradientfill.pdf
|
||||||
!bug903856.pdf
|
!bug903856.pdf
|
||||||
!bug850854.pdf
|
!bug850854.pdf
|
||||||
|
BIN
test/pdfs/issue8586.pdf
Normal file
BIN
test/pdfs/issue8586.pdf
Normal file
Binary file not shown.
@ -1604,6 +1604,13 @@
|
|||||||
"rounds": 1,
|
"rounds": 1,
|
||||||
"type": "eq"
|
"type": "eq"
|
||||||
},
|
},
|
||||||
|
{ "id": "issue8586",
|
||||||
|
"file": "pdfs/issue8586.pdf",
|
||||||
|
"md5": "16b5230364017d3b0d2d65978eb35816",
|
||||||
|
"link": false,
|
||||||
|
"rounds": 1,
|
||||||
|
"type": "eq"
|
||||||
|
},
|
||||||
{ "id": "issue7101",
|
{ "id": "issue7101",
|
||||||
"file": "pdfs/issue7101.pdf",
|
"file": "pdfs/issue7101.pdf",
|
||||||
"md5": "cc9cabe12ac9ad49e5372ef33d10aeb4",
|
"md5": "cc9cabe12ac9ad49e5372ef33d10aeb4",
|
||||||
|
Loading…
Reference in New Issue
Block a user