mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-25 03:55:16 +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