Authored by whb

emoji表情

... ... @@ -957,7 +957,7 @@ class Lib_Helper_Emoji
*/
public static function convert_view ($text)
{
$agent = self::getAgentTxt();
/*$agent = self::getAgentTxt();
if ($agent == 'android')
{
$ret = self::emoji_convert($text, "unified_to_android");
... ... @@ -967,7 +967,7 @@ class Lib_Helper_Emoji
{
return $text;
}
else
else*/
{
$test2 = self::emoji_convert($text, "unified_to_android");
$test2 = str_ireplace("|U+", "<span class='emoji emoji", $test2);
... ...