Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nagad

    (@nagad)

    solved changing

    ‘post_content’ => iconv( “UTF-8”, “ISO-8859-1//IGNORE”, $tweet->text ),

    to

    ‘post_content’ => tweet->text,

    Thread Starter nagad

    (@nagad)

    ops forgot the $, obviously changing it to

    ‘post_content’ => $tweet->text,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘bug with special chars / accents’ is closed to new replies.