Page 1 of 1
scnadic letters are question marks
Posted: Tue Sep 02, 2008 11:00 am
by japipoju
Some of the songs in my database have letters ä and ö, and they are replaced with question marks. Can this be fixed?
Re: scnadic letters are question marks
Posted: Tue Sep 02, 2008 6:34 pm
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.
Re: scnadic letters are question marks
Posted: Mon Dec 15, 2008 11:10 pm
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';