hirokawa                                 Sat, 15 Oct 2011 07:12:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=318128

Log:
added a missing emoji U+27BF.

Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/emoji2uni.h

Modified: php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/emoji2uni.h
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/emoji2uni.h       
2011-10-15 06:31:22 UTC (rev 318127)
+++ php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/emoji2uni.h       
2011-10-15 07:12:02 UTC (rev 318128)
@@ -42,7 +42,7 @@
        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 @@
        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 @@
        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 @@
        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 @@
        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 @@
        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);


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to