mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-21 12:52:18 +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