When i add articles to my website, letters Ä…Äęėįųž is shown like symbols (ąĨęėÄÆųž) except letter "Å¡", it is shown correct. I changed settings in index.php and integrated my news with simple code in my html page, but still have problem:
**index.php**
// Specify here which language should be used on the index.php file $defaultindexlanguage = 'Lithuanian';
**my html**
<?php
include 'myfolder/index.php';
?>