Jump to content

Storing multiple languages in one MySQL table


bravo14

Recommended Posts

Hi

 

I am trying to store multiple languages e.g. Russian and English in one table, the charset for the table is utf8_general_ci when I add the russian characters to the table they are displayed as ???????

 

My question is, is it possible to store the multiple character sets in the table and how do I do this?

Hmm...perhaps the characters were lost when the information was saved to the database. Note that PHP, HTML, and the MySQL connection object all need to be set to UTF-8. Perhaps the following will help:

http://forums.phpfreaks.com/topic/296667-strange-character-when-insert/?do=findComment&comment=1513303

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.