mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:05:55 +00:00
mention possibility of broken utf8 characters with MYSQL_CHARSET (refs #289)
This commit is contained in:
@@ -89,7 +89,8 @@
|
|||||||
// Enable support for interface translations
|
// Enable support for interface translations
|
||||||
|
|
||||||
define('MYSQL_CHARSET', 'UTF8');
|
define('MYSQL_CHARSET', 'UTF8');
|
||||||
// Connection charset for MySQL.
|
// Connection charset for MySQL. If you have a legacy database and/or experience
|
||||||
|
// garbage unicode characters with this option, try setting it to a blank string.
|
||||||
|
|
||||||
define('DEFAULT_UPDATE_METHOD', 0);
|
define('DEFAULT_UPDATE_METHOD', 0);
|
||||||
// Which feed parsing library to use as default:
|
// Which feed parsing library to use as default:
|
||||||
|
|||||||
Reference in New Issue
Block a user