scnadic letters are question marks
scnadic letters are question marks
Some of the songs in my database have letters ä and ö, and they are replaced with question marks. Can this be fixed?
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: scnadic letters are question marks
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.
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.
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: scnadic letters are question marks
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';