could this be a result of me encoding the text using json for ajaxing?

On Apr 24, 4:20 am, alon <alon.car...@gmail.com> wrote:
> hello,
> i've successfully managed to login to my webapp using twitter oauth
> and updated my status on twitter.
> problem is that it only works fine with english. when i tried updating
> my twit with hebrewutf8it posted theutf8char as is on the profile
> page.
>
> http://twitter.com/Laylathedog/status/1599431655
>
> for example.
>
> $consumer_key = 'XXX';
>   $consumer_secret = 'XXX';
>
>   $twitterObj = new EpiTwitter($consumer_key, $consumer_secret, 'XXX',
> 'XXXX');
>   $userInfo = $twitterObj->get_accountVerify_credentials();
>
>   $followers = $twitterObj->post_statusesUpdate(array('status' =>
> $status));
>
>   return $followers->response;
>
> this works fine. but updates theutf8chars.
>
> how can i fix that?

Reply via email to