HI,
when I click on Repository Admin I get the following error:
skip setlocale() failed, unicode characters might fail!
What can I do to solve this ?
Greets
Chris
Hi Chris,
What platform are you using?
Marijn
HI again,
Debian 5.0 - apache2 - php5 (stable dist).
Found it:
DataModule.php
I had to change this line: (before it was "en_US.UTF-8"
if (false == setlocale(LC_CTYPE, "UTF8", "de_DE.UTF-8"))
But shouldn't this be in the config.php ?
You're right, the config.php would be a better place for this configuration thing.
Thanks!
Log in to post a comment.
HI,
when I click on Repository Admin I get the following error:
skip setlocale() failed, unicode characters might fail!
What can I do to solve this ?
Greets
Chris
Hi Chris,
What platform are you using?
Marijn
HI again,
Debian 5.0 - apache2 - php5 (stable dist).
Greets
Chris
Found it:
DataModule.php
I had to change this line: (before it was "en_US.UTF-8"
if (false == setlocale(LC_CTYPE, "UTF8", "de_DE.UTF-8"))
Greets
But shouldn't this be in the config.php ?
You're right, the config.php would be a better place for this configuration thing.
Thanks!
Marijn