1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-17 20:31:31 +00:00
Files
TiddlyWiki5/core/modules/utils
Jermolene 4a03dcab20 Fix problem with double-byte Unicode entities
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
2016-02-18 13:49:09 +00:00
..
2015-01-11 15:00:54 +00:00
2015-03-12 22:35:03 +00:00