I'm using CloudHost on a multilingual site (Joomla 3.2) and I have issues with text replacement. Site is both in Japanese and French, so I overrided languages constants in these languages. Problem is that the 404 page displays strange characters. Example in French : http://s215847957.onlinehome.fr/clair/index.php/fr/collectivites-locales-au-. Accentuated characters are replaced. Example in Japanese : http://s215847957.onlinehome.fr/clair/index.php/ja/about-. Everything is 文字化け as you say in Japanese.
Looking at the code shows
- Code: Select all
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
- Code: Select all
xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"