Skip to content

Commit 58c7dad

Browse files
committed
Fix merge
1 parent aabd6e5 commit 58c7dad

1 file changed

Lines changed: 0 additions & 80 deletions

File tree

src/mbyte.c

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,85 +1257,6 @@ utf_char2cells(int c)
12571257
{0x30000, 0x3fffd}
12581258
};
12591259

1260-
/* Sorted list of non-overlapping intervals of Emoji characters,
1261-
* based on http://unicode.org/emoji/charts/emoji-list.html */
1262-
static struct interval emoji[] =
1263-
{
1264-
{0x231a, 0x231b},
1265-
{0x2328, 0x2328},
1266-
{0x23cf, 0x23cf},
1267-
{0x23e9, 0x23f3},
1268-
{0x23f8, 0x23fa},
1269-
{0x24c2, 0x24c2},
1270-
{0x25fb, 0x25fe},
1271-
{0x2600, 0x2604},
1272-
{0x260e, 0x260e},
1273-
{0x2611, 0x2611},
1274-
{0x2614, 0x2615},
1275-
{0x2618, 0x2618},
1276-
{0x261d, 0x261d},
1277-
{0x2620, 0x2620},
1278-
{0x2622, 0x2623},
1279-
{0x2626, 0x2626},
1280-
{0x262a, 0x262a},
1281-
{0x262e, 0x262f},
1282-
{0x2638, 0x2639},
1283-
{0x2648, 0x2653},
1284-
{0x2668, 0x2668},
1285-
{0x267b, 0x267b},
1286-
{0x267f, 0x267f},
1287-
{0x2692, 0x2694},
1288-
{0x2696, 0x2697},
1289-
{0x2699, 0x2699},
1290-
{0x269b, 0x269c},
1291-
{0x26a0, 0x26a1},
1292-
{0x26aa, 0x26ab},
1293-
{0x26b0, 0x26b1},
1294-
{0x26bd, 0x26be},
1295-
{0x26c4, 0x26c5},
1296-
{0x26c8, 0x26c8},
1297-
{0x26ce, 0x26cf},
1298-
{0x26d1, 0x26d1},
1299-
{0x26d3, 0x26d4},
1300-
{0x26e9, 0x26ea},
1301-
{0x26f0, 0x26f5},
1302-
{0x26f7, 0x26fa},
1303-
{0x26fd, 0x26fd},
1304-
{0x2702, 0x2702},
1305-
{0x2705, 0x2705},
1306-
{0x2708, 0x270b},
1307-
{0x270d, 0x270d},
1308-
{0x270f, 0x270f},
1309-
{0x2712, 0x2712},
1310-
{0x2714, 0x2714},
1311-
{0x2716, 0x2716},
1312-
{0x271d, 0x271d},
1313-
{0x2721, 0x2721},
1314-
{0x2728, 0x2728},
1315-
{0x2733, 0x2734},
1316-
{0x2744, 0x2744},
1317-
{0x2747, 0x2747},
1318-
{0x274c, 0x274c},
1319-
{0x274e, 0x274e},
1320-
{0x2753, 0x2755},
1321-
{0x2757, 0x2757},
1322-
{0x2764, 0x2764},
1323-
{0x2795, 0x2797},
1324-
{0x27a1, 0x27a1},
1325-
{0x27b0, 0x27b0},
1326-
{0x27bf, 0x27bf},
1327-
{0x2934, 0x2935},
1328-
{0x2b05, 0x2b07},
1329-
{0x2b1b, 0x2b1c},
1330-
{0x2b50, 0x2b50},
1331-
{0x2b55, 0x2b55},
1332-
{0x3030, 0x3030},
1333-
{0x303d, 0x303d},
1334-
{0x3297, 0x3297},
1335-
{0x3299, 0x3299},
1336-
{0x1f000, 0x1fffd}
1337-
};
1338-
13391260
/* Sorted list of non-overlapping intervals of East Asian Ambiguous
13401261
* characters, generated with ../runtime/tools/unicode.vim. */
13411262
static struct interval ambiguous[] =
@@ -1430,7 +1351,6 @@ utf_char2cells(int c)
14301351
{0x2170, 0x2179},
14311352
{0x2189, 0x2189},
14321353
{0x2190, 0x2199},
1433-
{0x21a9, 0x21aa},
14341354
{0x21b8, 0x21b9},
14351355
{0x21d2, 0x21d2},
14361356
{0x21d4, 0x21d4},

0 commit comments

Comments
 (0)