Hello I need help with MYSql Table. Non english words looks like this приве. Is this possible that they save same as submitted. this is table code CREATE TABLE ddds ( id INT(10) NOT NULL AUTO_INCREMENT, ddd VARCHAR(255) NOT NULL, PRIMARY KEY (id), UNIQUE KEY (ddd) ); Please take a look. Thank You.