Man, every time I go into a stock DK folder Im reminded just how... simple.. the game is. As in, simple to use, simple functions.
In your lib.php file there will be two of these:
// Make page tags for XHTML validation.
$xml = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n"
. "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"DTD/xhtml1-transitional.dtd\">\n"
. "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n";
Change them.
You will also need to ensure your database has the correct character set setup on all your fields.
I changed
$xml = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n"
To UTF-8 long time ago.. But it doesn't help me in help.php file..
Oh, I find out something.. In wamp server on my computer help.php shows Lithuanian letters, but in my remote server (on free host) it doesn't show LT letters.. Do I need to contact hosting company?