Cannot find the reason why I am unable to store in a MySQL database characters like ţ, î, ş.
My table definition is:
CREATE TABLE IF NOT EXISTS `gen_
Does the last result you pasted come from MySQL Command-Line? If does, try SET NAMES utf8; before query SELECT * FROM gen_admin_words_translated
SET NAMES utf8;
SELECT * FROM gen_admin_words_translated