Hello,
I'm having a problem with the translation of element's names in Serbian. When I type a new element name using Serbian Cyrillic script in omeka_elements table of Omeka MySQL database, I'm getting ????? instead of letters on the webpage. I've searched the Internet for the solution and one of proposals suggests that several lines of code should be placed in the file when connection with the database is established, regarding that MySQL database and all of the tables are set to utf8_unicode_ci collation and that web page is also set to utf-8 charset, which is in this case.
These are the suggested queries to be executed:
SET NAMES utf8;
SET CHARACTER SET utf8;
SET COLLATION_CONNECTION='utf8_general_ci;
I've noticed that one programmer said that these queries are obligatory because "no one could tell what kind of conversions can happen during a query ". I don't know if this is true but would like to try. Well, I'm just a historian learning/loving IT and that's why I need help to identify which file/s are making connection with the database and extract the data. I also appreciate any other idea or suggestion how this problem could be solved.
Thanks

