]> git.wh0rd.org Git - tt-rss.git/commitdiff
set utf-8 as default charset just in case
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 21 Aug 2007 04:51:18 +0000 (05:51 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 21 Aug 2007 04:51:18 +0000 (05:51 +0100)
schema/ttrss_schema_mysql.sql

index 90defe1a8dbdcdb93502567fda10f44011a36bd6..28e3b4efdc5bb0e02de4aefef1f9f852bb5440e4 100644 (file)
@@ -1,3 +1,6 @@
+SET NAMES utf8;
+SET CHARACTER SET utf8;
+
 drop table if exists ttrss_version;
 drop table if exists ttrss_labels;
 drop table if exists ttrss_filters;