Issue Information
-
#000006
Issue Confirmations
-
Yes (0)No (0)
When I write some article in Etomite manager with national characters,there characters looks diferently in database (mismatch). Thesesolution is from etomite.sk user: puschpull.
Steps to Reproduce
Solution:
In file index.php before line 118 "mysql_select_db($dbase);" add:
if($etomite->config['etomite_charset'] = "utf-8") {
mysql_query("SET NAMES utf8");
}
Submitted By: _rasel^
Steps to Reproduce
Solution:
In file index.php before line 118 "mysql_select_db($dbase);" add:
if($etomite->config['etomite_charset'] = "utf-8") {
mysql_query("SET NAMES utf8");
}
Submitted By: _rasel^
0 user(s) are reading this issue
0 members, 0 guests, 0 anonymous users










