xml-rpc: force UTF-8 (closes #259)
This commit is contained in:
parent
a3162add37
commit
2e58d4e527
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
require_once "db-prefs.php";
|
require_once "db-prefs.php";
|
||||||
require_once "functions.php";
|
require_once "functions.php";
|
||||||
|
|
||||||
|
$GLOBALS['xmlrpc_internalencoding'] = "UTF-8";
|
||||||
|
|
||||||
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
|
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
|
||||||
|
|
||||||
if (!$link) {
|
if (!$link) {
|
||||||
|
|
Loading…
Reference in a new issue