Welcome to Geeklog, Anonymous Tuesday, June 09 2026 @ 07:40 pm EDT
Geeklog Forums
Charset issue
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1581
Hello everybody,
On geeklog.fr $_CONF['default_charset'] is set to 'utf-8' in the siteconfig.php file. Everything is perfect with english_utf-8 language but if I choose french_france_utf8 as my user language, $_CONF['default_charset'] is then set to 'iso-8859-1' and there is issues with some accents (not all).
Why my siteconfig default charset is overwrite when I change language? :banghead:
::Ben
On geeklog.fr $_CONF['default_charset'] is set to 'utf-8' in the siteconfig.php file. Everything is perfect with english_utf-8 language but if I choose french_france_utf8 as my user language, $_CONF['default_charset'] is then set to 'iso-8859-1' and there is issues with some accents (not all).
Why my siteconfig default charset is overwrite when I change language? :banghead:
::Ben
31
37
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by: cordiste
if I choose french_france_utf8 as my user language, $_CONF['default_charset'] is then set to 'iso-8859-1'
So your french_france_utf-8.php declares iso-8859-1 as the character set? That can't be right. The version that ships with Geeklog properly sets it to UTF-8.
bye, Dirk
35
30
Quote
RichardBKK
Anonymous
Did you check in phpadmin if your database is in UTF-8?
Changing it is very easy,,,
Changing it is very easy,,,
36
30
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1581
Ok I found it. Charset was overwrited by sitemap plugin english language file configuration.
die('This file cannot be used on its own.');
}
$LANG_CHARSET = 'iso-8859-1';
Thanks.
::Ben
Text Formatted Code
if (strpos(strtolower($_SERVER['PHP_SELF']), 'english.php') !== FALSE) {die('This file cannot be used on its own.');
}
$LANG_CHARSET = 'iso-8859-1';
Thanks.
::Ben
24
24
Quote
All times are EDT. The time is now 07:40 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content