mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-17 20:31:31 +00:00
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