I can add threads now by the api to a testforum.
The problem now are once again umlauts like "äüöß".
I tried:
$headers = array(
'Content-Type: application/x-www-form-urlencoded;',
+
'Accept-Charset:utf-8',
or +
'Accept-Charset: ISO-8859-1';
also i tried
$title = utf8_encode($dummy['title']);
$message = utf8_encode($dummy['message']);
the result is
überall
instead of
überall
in thread title and post.
The problem now are once again umlauts like "äüöß".
I tried:
$headers = array(
'Content-Type: application/x-www-form-urlencoded;',
+
'Accept-Charset:utf-8',
or +
'Accept-Charset: ISO-8859-1';
also i tried
$title = utf8_encode($dummy['title']);
$message = utf8_encode($dummy['message']);
the result is
überall
instead of
überall
in thread title and post.
Last edited: