summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
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);