We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35372a1 + 3235288 commit c562d61Copy full SHA for c562d61
src/mbyte.c
@@ -1284,15 +1284,12 @@ utf_char2cells(c)
1284
* based on http://unicode.org/emoji/charts/emoji-list.html */
1285
static struct interval emoji[] =
1286
{
1287
- {0x2196, 0x2199},
1288
- {0x21a9, 0x21aa},
1289
{0x231a, 0x231b},
1290
{0x2328, 0x2328},
1291
{0x23cf, 0x23cf},
1292
{0x23e9, 0x23f3},
1293
{0x23f8, 0x23fa},
1294
{0x24c2, 0x24c2},
1295
- {0x25b6, 0x25b6},
1296
{0x25c0, 0x25c0},
1297
{0x25fb, 0x25fe},
1298
{0x2600, 0x2604},
@@ -1457,6 +1454,7 @@ utf_char2cells(c)
1457
1454
{0x2170, 0x2179},
1458
1455
{0x2189, 0x2189},
1459
1456
{0x2190, 0x2199},
+ {0x21a9, 0x21aa},
1460
{0x21b8, 0x21b9},
1461
{0x21d2, 0x21d2},
1462
{0x21d4, 0x21d4},
0 commit comments