mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Move char codes from high surrogate pair range into private use.
Fixes #2884
This commit is contained in:
parent
56c14e27e6
commit
306999c325
5 changed files with 12 additions and 1 deletions
|
@ -467,6 +467,8 @@ var ProblematicCharRanges = new Int32Array([
|
|||
0x3164, 0x3165,
|
||||
// Chars that is used in complex-script shaping.
|
||||
0xAA60, 0xAA80,
|
||||
// Unicode high surrogates.
|
||||
0xD800, 0xE000,
|
||||
// Specials Unicode block.
|
||||
0xFFF0, 0x10000
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue