Files
KaTeX/test
Erik Demaine ff1734f7c4 fix: \char support for >16-bit Unicode characters (#3006)
* fix: \char support for >16-bit Unicode characters

`String.fromCharCode` only supports Unicode characters up to 16-bit.
`String.fromCodePoint` from ECMAScript 2015 supports all Unicode code points.
Unfortunately, IE doesn't support the latter, so use former as fallback.

Fixes #3004

Co-authored-by: ylemkimon <y@ylem.kim>
2021-08-29 07:55:05 +09:00
..
2019-07-22 00:15:29 +09:00
2020-12-27 13:45:31 -05:00
2018-09-03 17:19:12 -04:00
2020-08-02 17:09:51 -04:00