summaryrefslogtreecommitdiff
path: root/xml-rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-02-20 09:33:17 +0100
committerAndrew Dolgov <[email protected]>2007-02-20 09:33:17 +0100
commitef063748f6453c1fcace1728f29488bc6530451e (patch)
treedb33819e9fd28987bea75a77150f8af190a71938 /xml-rpc.php
parente2d84cdb9f77bc91713b4b8085333c8b85af76ae (diff)
fix charset-related bug, release 1.2.8-p1
Diffstat (limited to 'xml-rpc.php')
-rw-r--r--xml-rpc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml-rpc.php b/xml-rpc.php
index eaa55e566..8c65123f8 100644
--- a/xml-rpc.php
+++ b/xml-rpc.php
@@ -21,6 +21,7 @@
if (DB_TYPE == "pgsql") {
pg_query("set client_encoding = 'utf-8'");
+ pg_set_client_encoding("UNICODE");
}
function getVirtualFeeds($msg) {