Merge pull request #7490 from Snuffleupagus/issue-7426
Don't map glyphs to the Lepcha Unicode block (issue 7426)
This commit is contained in:
commit
10f9f11ec4
@ -457,6 +457,7 @@ var ProblematicCharRanges = new Int32Array([
|
||||
0x0600, 0x0780,
|
||||
0x08A0, 0x10A0,
|
||||
0x1780, 0x1800,
|
||||
0x1C00, 0x1C50,
|
||||
// General punctuation chars.
|
||||
0x2000, 0x2010,
|
||||
0x2011, 0x2012,
|
||||
|
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
@ -27,6 +27,7 @@
|
||||
!issue7180.pdf
|
||||
!issue7200.pdf
|
||||
!issue7229.pdf
|
||||
!issue7426.pdf
|
||||
!issue7439.pdf
|
||||
!issue7492.pdf
|
||||
!filled-background.pdf
|
||||
|
3665
test/pdfs/issue7426.pdf
Normal file
3665
test/pdfs/issue7426.pdf
Normal file
File diff suppressed because it is too large
Load Diff
@ -1715,6 +1715,13 @@
|
||||
"link": false,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue7426",
|
||||
"file": "pdfs/issue7426.pdf",
|
||||
"md5": "304e6cae18fdc07f66bd621fbe16b6cb",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue6782",
|
||||
"file": "pdfs/issue6782.pdf",
|
||||
"md5": "b423f709600daa5745cc6d8234f7c608",
|
||||
|
Loading…
Reference in New Issue
Block a user