mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-24 16:06:58 +00:00
4a03dcab20
Entities such as `👷` were broken because `String.fromCharCode()` is not fully Unicode aware. The fix is to use `String.fromCodePoint()` where available. Noted by @ericshulman |
||
---|---|---|
.. | ||
dom | ||
crypto.js | ||
edition-info.js | ||
fakedom.js | ||
filesystem.js | ||
logger.js | ||
parsetree.js | ||
performance.js | ||
pluginmaker.js | ||
utils.js |