From: Rui Hirokawa Date: Sat, 15 Oct 2011 07:14:45 +0000 (+0000) Subject: added a missing emoji U+27BF. X-Git-Tag: php-5.5.0alpha1~1017 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35ec732d9259c4eb747aeeb159b512dc666ddabf;p=php added a missing emoji U+27BF. --- diff --git a/ext/mbstring/libmbfl/filters/emoji2uni.h b/ext/mbstring/libmbfl/filters/emoji2uni.h index 756b409372..37f44c5964 100644 --- a/ext/mbstring/libmbfl/filters/emoji2uni.h +++ b/ext/mbstring/libmbfl/filters/emoji2uni.h @@ -42,7 +42,7 @@ static const unsigned short mb_tbl_code2uni_docomo1[] = { // 0x28c2 - 0x29db 0xEE11, 0x2709, 0xEE12, 0xEE13, 0xf4b4, 0xf193, 0xf194, 0xf511, 0x21a9, 0xf191, 0xf50d, 0xf195, - 0xf6a9, 0x0000, 0x0023, 0xE82D, + 0xf6a9, 0x27bf, 0x0023, 0xE82D, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, 0x0038, 0x0039, 0x0030, 0x2764, 0xf493, @@ -275,7 +275,7 @@ static const unsigned short mb_tbl_code2uni_sb1[] = { // 0x27a9 - 0x2861 0xf6a2, 0xf201, 0xf49f, 0x2734, 0x2733, 0xf51e, 0xf6ad, 0xf530, 0x267f, 0xf4f6, 0x2665, 0x2666, - 0x2660, 0x2663, 0x0023, 0x0000, + 0x2660, 0x2663, 0x0023, 0x27bf, 0xf195, 0xf199, 0xf192, 0xf236, 0xf21a, 0xf237, 0xf238, 0xf534, 0xf532, 0xf533, 0x0031, 0x0032, @@ -426,8 +426,8 @@ static const unsigned short mb_tbl_uni_docomo2code2_key[] = { // 0x203c - 0x3299 0x26f5, 0x26fd, 0x2702, 0x2708, 0x2709, 0x270a, 0x270b, 0x270c, 0x270f, 0x2712, 0x2728, 0x2757, - 0x2764, 0x27b0, 0x2934, 0x2935, - 0x3030, 0x3299, }; + 0x2764, 0x27b0, 0x27bf, 0x2934, + 0x2935, 0x3030, 0x3299, }; static const unsigned short mb_tbl_uni_docomo2code2_value[] = { // 0x203c - 0x3299 0x2988, 0x2987, 0x29b6, 0x29c0, @@ -444,8 +444,8 @@ static const unsigned short mb_tbl_uni_docomo2code2_value[] = { // 0x203c - 0x32 0x2927, 0x28ef, 0x28f9, 0x28e6, 0x2957, 0x2917, 0x2919, 0x2918, 0x299d, 0x2932, 0x297e, 0x2986, - 0x2970, 0x298e, 0x2979, 0x2984, - 0x298d, 0x29b8, }; + 0x2970, 0x298e, 0x2963, 0x2979, + 0x2984, 0x298d, 0x29b8, }; static const int mb_tbl_uni_docomo2code2_len = sizeof(mb_tbl_uni_docomo2code2_key)/sizeof(unsigned short); @@ -929,9 +929,9 @@ static const unsigned short mb_tbl_uni_sb2code2_key[] = { // 0x2122 - 0x3299 0x270a, 0x270b, 0x270c, 0x2728, 0x2733, 0x2734, 0x274c, 0x2753, 0x2754, 0x2755, 0x2757, 0x2764, - 0x27a1, 0x2b05, 0x2b06, 0x2b07, - 0x2b50, 0x2b55, 0x303d, 0x3297, - 0x3299, }; + 0x27a1, 0x27bf, 0x2b05, 0x2b06, + 0x2b07, 0x2b50, 0x2b55, 0x303d, + 0x3297, 0x3299, }; static const unsigned short mb_tbl_uni_sb2code2_value[] = { // 0x2122 - 0x3299 0x2b2e, 0x283e, 0x283d, 0x283f, @@ -949,9 +949,9 @@ static const unsigned short mb_tbl_uni_sb2code2_value[] = { // 0x2122 - 0x3299 0x2930, 0x2932, 0x2931, 0x29ad, 0x280d, 0x280c, 0x29b2, 0x2940, 0x29b5, 0x29b6, 0x2941, 0x2942, - 0x283b, 0x283c, 0x2839, 0x283a, - 0x29ae, 0x29b1, 0x27d4, 0x298c, - 0x2994, }; + 0x283b, 0x2818, 0x283c, 0x2839, + 0x283a, 0x29ae, 0x29b1, 0x27d4, + 0x298c, 0x2994, }; static const int mb_tbl_uni_sb2code2_len = sizeof(mb_tbl_uni_sb2code2_key)/sizeof(unsigned short);