Skip to content

Commit 3235288

Browse files
committed
Fix emoji range
Fix #197
1 parent 7767268 commit 3235288

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
@@ -1284,15 +1284,12 @@ utf_char2cells(c)
12841284
* based on http://unicode.org/emoji/charts/emoji-list.html */
12851285
static struct interval emoji[] =
12861286
{
1287-
{0x2196, 0x2199},
1288-
{0x21a9, 0x21aa},
12891287
{0x231a, 0x231b},
12901288
{0x2328, 0x2328},
12911289
{0x23cf, 0x23cf},
12921290
{0x23e9, 0x23f3},
12931291
{0x23f8, 0x23fa},
12941292
{0x24c2, 0x24c2},
1295-
{0x25b6, 0x25b6},
12961293
{0x25c0, 0x25c0},
12971294
{0x25fb, 0x25fe},
12981295
{0x2600, 0x2604},
@@ -1457,6 +1454,7 @@ utf_char2cells(c)
14571454
{0x2170, 0x2179},
14581455
{0x2189, 0x2189},
14591456
{0x2190, 0x2199},
1457+
{0x21a9, 0x21aa},
14601458
{0x21b8, 0x21b9},
14611459
{0x21d2, 0x21d2},
14621460
{0x21d4, 0x21d4},

0 commit comments

Comments
 (0)