TiddlyWiki5/core/modules/utils/base64-utf8
Robin Munn c23eedd069
Fix incorrect base64 encoding of astral-plane text (#4813)
Most astral-plane text is emojis like U+1F4DA BOOKS (📚), but some
languages like Osage have their alphabet entirely in the supplementary
multilingual plane as well. For proper support of languages like Osage,
and newer emojis, the UTF-8 decode and encode functions need to properly
handle codepoints above U+FFFF, which are represented by a surrogate
pair in Javascript strings.
2020-08-17 17:33:46 +01:00
..
base64-utf8.module.js Fix incorrect base64 encoding of astral-plane text (#4813) 2020-08-17 17:33:46 +01:00
base64-utf8.module.min.js Fix incorrect base64 encoding of astral-plane text (#4813) 2020-08-17 17:33:46 +01:00
tiddlywiki.files Minify base64-utif8 module 2019-04-08 21:37:32 +01:00