scnadic letters are question marks

Fixed and closed topics
Locked
japipoju
User
Posts: 1
Joined: Tue Sep 02, 2008 10:57 am

scnadic letters are question marks

Post by japipoju »

Some of the songs in my database have letters ä and ö, and they are replaced with question marks. Can this be fixed?
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: scnadic letters are question marks

Post by wbartels »

On my server I don't have any problems wit such characters, see:
http://live.netjukebox.nl/index.php?act ... baiddiogjh
http://live.netjukebox.nl/index.php?act ... b730ct6km1

I don't have set the Characterset in netjukebox.
I have set the Caracterset in the php.ini like:
default_charset = "iso-8859-1"

With php 6.0 I plan a release with full UTF8 support.
This will fix this or similar problems.
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: scnadic letters are question marks

Post by wbartels »

From netjukebox 5.08 and up you can set the default charset in the config.inc.php script:

Code: Select all

//  +------------------------------------------------------------------------+
//  | Default charset                                                        |
//  +------------------------------------------------------------------------+
$cfg['default_charset']             = 'ISO-8859-1';
Locked