开发者

facebook wall post encoding problem?

im using "ISO-8859-9" encoding.

my application post data to users wall but i have facebook wall post encoding problem? i tried utf-8 encoding in wallpost.php(this is my php file for wall post) but didn't served. 开发者_如何学JAVA

What can i do?

(Sorry my first language isn't English..)


i find iconv function.

$array = array(
                'name' => $burcname . ' Günlük yorumum',
                'link' => 'http://apps.facebook.com/gunlukburcpaylas/sonuc.php?burc='. $burc,
                'description' => $burcname . ' Günlük yorumu. Sizde her gün profilinizde günlük burç yorumunuz için uygulamaya katılın..',
                'message' => $aciklama,
                'picture' => $picture
                );
            foreach ($array as $key => $value) 
            {
                $array[$key] = iconv('ISO-8859-9', 'UTF-8', $value);
            }
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜