From 76debe0071fef6865bd0fb79199f53932bf063c0 Mon Sep 17 00:00:00 2001 From: Radu Date: Sat, 26 Aug 2023 17:29:35 -0400 Subject: Write a working version and include licences Support some symbols, arrows, bold, subscript and superscript. --- init-unicode-maps.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 init-unicode-maps.js (limited to 'init-unicode-maps.js') diff --git a/init-unicode-maps.js b/init-unicode-maps.js new file mode 100644 index 0000000..818d0c4 --- /dev/null +++ b/init-unicode-maps.js @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only + +window.unicodeMaps = {} -- cgit v1.2.3