Jump to content


Issue Information

  • #000006

Issue Confirmations

  • Yes (0)No (0)
Photo

Same Charset in Etomite & Database with UTF-8

Posted by Dean on 07 August 2009 - 03:47 PM

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^





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users