You can try for news changing
| Code:: |
$datetime = formatDateTime($row['time'], _DATESTRING);
|
to
| Code:: |
$datetime = utf8_encode(formatDateTime($row['time'], _DATESTRING));
|
in file modules/news/index.php
but doesn't help me.
In gentoo linux is in my example Četrtek like četrtek and in windows is like Èetrtek. In gentoo is č correct but with lower case in windows is completely wrong. If i use utf8_encode in linux Četrtek is like ÈÈetrtek so wrong. This utf8_encode i think will not help you or maybe it will. I think that is also very important in which encoding is your DB. I have it in latin1_swedisch_ci becouse with utf_8 č. ć. ž. š are not show correctly.
Let me know.