From 17d15e0525046399884db0a3fae64ed0dbce3cd6 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 22 Sep 2020 01:31:10 +0200 Subject: added textile industry chars --- charmaps/fullwidth.json | 5 +++++ charmaps/halfwidth.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/charmaps/fullwidth.json b/charmaps/fullwidth.json index 32fca79..37ad20e 100644 --- a/charmaps/fullwidth.json +++ b/charmaps/fullwidth.json @@ -46,6 +46,11 @@ "snowflake": ["*",15], "human": ["U", 7], "sign": ["?", 3], + "spinningwheel": ["5", 3], + "loom": ["4", 3], + "cotton": ["8", 15], + "cottonyarn": ["0", 15], + "cottoncloth": ["H", 15], " ": [" ", 7] }, "default": ["?", 7], diff --git a/charmaps/halfwidth.json b/charmaps/halfwidth.json index 80df37d..a17b925 100644 --- a/charmaps/halfwidth.json +++ b/charmaps/halfwidth.json @@ -45,6 +45,11 @@ "snowflake": ["*", 15], "human": ["U", 7], "sign": ["?", 3], + "spinningwheel": ["5", 3], + "loom": ["4", 3], + "cotton": ["8", 15], + "cottonyarn": ["0", 15], + "cottoncloth": ["H", 15], " ": [" ", 7] }, "writable": { -- cgit