summaryrefslogtreecommitdiff
path: root/opml.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 /opml.php
parente2d84cdb9f77bc91713b4b8085333c8b85af76ae (diff)
fix charset-related bug, release 1.2.8-p1
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/opml.php b/opml.php
index be7c1816d..9341c61d4 100644
--- a/opml.php
+++ b/opml.php
@@ -11,6 +11,7 @@
if (DB_TYPE == "pgsql") {
pg_query($link, "set client_encoding = 'utf-8'");
+ pg_set_client_encoding("UNICODE");
}
login_sequence($link);