problem with charset in netjukebox...

General discussion about netjukebox
Post Reply
crodeejay
User
Posts: 1
Joined: Sun Aug 19, 2007 12:02 am
Location: Croatia

problem with charset in netjukebox...

Post 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
Post Reply