Authored by whb

emoji表情

@@ -957,7 +957,7 @@ class Lib_Helper_Emoji @@ -957,7 +957,7 @@ class Lib_Helper_Emoji
957 */ 957 */
958 public static function convert_view ($text) 958 public static function convert_view ($text)
959 { 959 {
960 - $agent = self::getAgentTxt(); 960 + /*$agent = self::getAgentTxt();
961 if ($agent == 'android') 961 if ($agent == 'android')
962 { 962 {
963 $ret = self::emoji_convert($text, "unified_to_android"); 963 $ret = self::emoji_convert($text, "unified_to_android");
@@ -967,7 +967,7 @@ class Lib_Helper_Emoji @@ -967,7 +967,7 @@ class Lib_Helper_Emoji
967 { 967 {
968 return $text; 968 return $text;
969 } 969 }
970 - else 970 + else*/
971 { 971 {
972 $test2 = self::emoji_convert($text, "unified_to_android"); 972 $test2 = self::emoji_convert($text, "unified_to_android");
973 $test2 = str_ireplace("|U+", "<span class='emoji emoji", $test2); 973 $test2 = str_ireplace("|U+", "<span class='emoji emoji", $test2);