Skip to content

Commit 938ea82

Browse files
committed
Fix Emoji!
1 parent b65fbb7 commit 938ea82

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mbyte.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,9 +1276,7 @@ utf_char2cells(c)
12761276
{0xfe68, 0xfe6b},
12771277
{0xff01, 0xff60},
12781278
{0xffe0, 0xffe6},
1279-
{0x1f200, 0x1f200},
1280-
{0x1f210, 0x1f231},
1281-
{0x1f240, 0x1f248},
1279+
{0x10000, 0x1fffd},
12821280
{0x20000, 0x2fffd},
12831281
{0x30000, 0x3fffd}
12841282
};

0 commit comments

Comments
 (0)