diff options
| -rw-r--r-- | charmaps/fullwidth.json | 5 | ||||
| -rw-r--r-- | charmaps/halfwidth.json | 5 |
2 files changed, 10 insertions, 0 deletions
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": { |
