Browse Source

Skip mapping of glyphs to Unicode "Ideographic space" (issue 7416)

Fixes 7416, which is an IE specific issue.
Jonas Jenwald 9 years ago
parent
commit
c1ca268ef3
  1. 1
      src/core/fonts.js

1
src/core/fonts.js

@ -444,6 +444,7 @@ var ProblematicCharRanges = new Int32Array([ @@ -444,6 +444,7 @@ var ProblematicCharRanges = new Int32Array([
0x2028, 0x2030,
0x205F, 0x2070,
0x25CC, 0x25CD,
0x3000, 0x3001,
// Chars that is used in complex-script shaping.
0xAA60, 0xAA80,
// Specials Unicode block.

Loading…
Cancel
Save