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!
Special Characters Display Issue
Special Characters Display Issue
Lucasmit 

Re: Special Characters Display Issue
Do you have any solution? snow road
Re: Special Characters Display Issue
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
What does
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';
Code: Select all
$config['locale'] =
You could try (depending on your language):
$config['locale'] = 'de_DE.UTF-8';
or
$config['locale'] = 'fr-FR.UTF-8';