Jump to content

Latin1 + UTF8?!


RPG-support

Recommended Posts

Why do set names are in latin1 (by default) and tables are in utf8 (strongly recommended by the installation process)?

If I have Russian language in some table of db, I see the wrong characters, for example, in phpMyadmin. Or should run


set names 'latin1'; select * from `ibf_core_sys_settings_titles`

to see Russian characters.

Link to comment
Share on other sites

I'm not clear on what you are referring to. Our software doesn't run a SET NAMES query by default (unless you add sql_charset option to your conf_global.php file). The table definitions in your database utilize your MySQL default table character set and column collation settings, as our CREATE TABLE queries do not define any character set information.

Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...