I'm using oscommerce under xampp and I'm trying to set default encoding to utf-8, because some characters are messed up. My database is utf8-turkish-ci. Here's my htaccess code:
<filesMatch "\.(htm|html|css|js)$">
AddDefaultCharset UTF-8
DefaultLanguage tr-TR
</filesMatch>
Here's a screenshot:
How can I fix these characters?
Edit: I checked my database and saw that it's utf8-unicode-ci