Page 1 of 1

problem with charset in netjukebox...

Posted: Sun Aug 19, 2007 12:53 am
by crodeejay
crodeejay wrote:
Hi!
I'm from Croatia and i'm wondering how can i change a charset in netjukebox that can read and Croatian letters...

thanks...


Best regards....

Crodeejay
Croatia...

You can set the default charset in the php.ini with somehing like:
default_charset = "iso-8859-1"

Or add a line to the header.inc.php script like:
Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
...
...
</head>

I think you must also specify the default character set in the MySQL databse.
Next time it is better to post it on the forum, so that other users can help or benefit from the solution.

Thanks,

Willem