diff options
| -rw-r--r-- | charmaps/fullwidth.json | 2 | ||||
| -rw-r--r-- | charmaps/halfwidth.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/charmaps/fullwidth.json b/charmaps/fullwidth.json index ad37e53..32fca79 100644 --- a/charmaps/fullwidth.json +++ b/charmaps/fullwidth.json @@ -44,6 +44,8 @@ "opendoor": [""",3], "raindrop": [":",12], "snowflake": ["*",15], + "human": ["U", 7], + "sign": ["?", 3], " ": [" ", 7] }, "default": ["?", 7], diff --git a/charmaps/halfwidth.json b/charmaps/halfwidth.json index 3597de2..80df37d 100644 --- a/charmaps/halfwidth.json +++ b/charmaps/halfwidth.json @@ -43,6 +43,8 @@ "opendoor": ["\"", 3], "raindrop": [":", 12], "snowflake": ["*", 15], + "human": ["U", 7], + "sign": ["?", 3], " ": [" ", 7] }, "writable": { |
