We just moved to a new server(dedicated) and we have problems displaying properly croatian characters(č ć ž š đ) from mysql db.
-MySQL OBDC driver is 5.1
-Table collation is latin2_croatian_ci.
- Text field in table(for test) is collation latin2_croatian_ci
- Encoding on test page is utf 8
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
We add one sentance trough phpmyadmin in this (test) text field and in phpmyadmin it looks fine. But on our page: č = ? ..
We tried everything, adding utf 8 in connection string, defining charset trough asp, trough IIS.. nothing works..