Skip to content

Commit 76622a7

Browse files
committed
Fix #128 single-width chars
1 parent ef3ec97 commit 76622a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/mbyte.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,9 @@ utf_char2cells(c)
12451245
{
12461246
{0x1100, 0x115f},
12471247
{0x2300, 0x23ff},
1248-
{0x2700, 0x27bf},
1248+
{0x2700, 0x2757},
1249+
{0x275d, 0x2767},
1250+
{0x2776, 0x27bf},
12491251
{0x2b00, 0x2bff},
12501252
{0x2e00, 0x2e99},
12511253
{0x2e9b, 0x2ef3},

0 commit comments

Comments
 (0)