How can a basic string comparison be performed on russian (cyrillic) characters ?
thanks in advance
|
How can a basic string comparison be performed on russian (cyrillic) characters ? thanks in advance
| ||||
|
feedback
|
| |||
|
feedback
|
INSERT INTO data(name) VALUES('Компа'),('ОО "Гарм"'),('Нефтая компания "ЛУКйл"')The same query if copy pasted into the db, the values are correctly entered. If this query is executed from php enters meaningless symbols – – Dhiraj Bodicherla Apr 24 '11 at 19:39