From: Andrew Dolgov Date: Tue, 21 Aug 2007 04:51:18 +0000 (+0100) Subject: set utf-8 as default charset just in case X-Git-Tag: 1.2.14.1~3 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=150b4a2ca54e3743181e3bdab812e2e51f53b9c8;p=tt-rss.git set utf-8 as default charset just in case --- diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 90defe1a..28e3b4ef 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -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;