.net - Posting Arabic Characters in Twitter using Twitter API in C# using OAuth -
i trying post arabic characters twitter using twitter api, not work in default format, string arabicenglish = "عربي/عربىhello";
i used string tweet = httputility.urlencode(arabenglish);
but not work, used library converts
&# 1593;&# 1585;&# 1576;&# 1610;/&# 1593;&# 1585;&# 1576;&# 1609;hello
this works fine, if message gets long, overlimits twitter 140 limit.
so let me know whats best way send arabic, , count 1 arabic char = 1 english char, , workable on twitter.
i not sure right link guy talking same thing you've asked. check here. here link might interest you.
Comments
Post a Comment