Page 1 of 1

Special Characters Display Issue

Posted: Tue Jul 22, 2025 7:08 am
by Lucasmit
Special Characters Display Issue in Page Title

Hi everyone,

I am learning to work with the French language in the admin panel. However, when I enter special characters like Noël's "ë" in the page title, they do not display correctly on the website. Instead, they are replaced with strange characters.
Has anyone encountered a similar problem and can provide a solution?

Thanks a lot!

Re: Special Characters Display Issue

Posted: Mon Jul 28, 2025 7:54 am
by Lucasmit
Do you have any solution? snow road

Re: Special Characters Display Issue

Posted: Tue Jul 29, 2025 9:08 am
by chrisbt
I haven't dealt with solved this myself but there are plenty of other discussions around this issue. If you search for it you should find plenty of answers. Here's one from a long time ago... viewtopic.php?t=204

Re: Special Characters Display Issue

Posted: Tue Jul 29, 2025 9:34 am
by creopard
What does

Code: Select all

$config['locale'] = 
in config.php look like?

You could try (depending on your language):
$config['locale'] = 'de_DE.UTF-8';
or
$config['locale'] = 'fr-FR.UTF-8';