1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-03 10:20:02 +00:00
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
..
2014-08-30 20:44:26 +01:00
2015-04-24 11:13:10 +01:00
2016-02-15 11:33:47 +00:00
2015-01-14 20:09:15 +00:00