tags:

views:

26

answers:

1

hi, i use this to update status on twitter http://tutorialswalk.info/demo/twitter-update-php-oauth/

you can download it from the tutorial link

but when i type in arabic "مرحباً" it not update the status, what is the problem?

+2  A: 

Hi, Did you try to encode it to UTF8?
I am sending hebrew characters with no problem.
http://il2.php.net/manual/en/function.iconv.php

fatnjazzy