.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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -