MLE Failed W3C validation UTF-8 "invalid character used"

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
User avatar
jswags
Forum Members
Forum Members
Posts: 15
Joined: Tue Dec 11, 2007 1:57 pm

MLE Failed W3C validation UTF-8 "invalid character used"

Post by jswags »

Hi,

Just in case anyone else gets this problem. The "config_lang.php" file included with "cmsmadesimple_diff-mle-vs-cmsms-1.2.3" has an invlaid character so my current site build failed W3C validation.

So within "config_lang.php" you need to change
'flag'=>'',
'text'=>'Français',

TO

'flag'=>'',
'text'=>'Francais',

The ç > c  - remove the cedilla twice

This will only happen if you use the {lang} tag for language selection within your template and if you have French as a choice.

:)
alby

Re: MLE Failed W3C validation UTF-8 "invalid character used"

Post by alby »

jswags wrote: So within "config_lang.php" you need to change
'flag'=>'',
'text'=>'Français',
My mistake not having checked,
the correct item ç are:
utf-8: Français
iso-8859-1: Français


Alby
Last edited by alby on Sun Mar 16, 2008 6:24 pm, edited 1 time in total.
User avatar
jswags
Forum Members
Forum Members
Posts: 15
Joined: Tue Dec 11, 2007 1:57 pm

Re: MLE Failed W3C validation UTF-8 "invalid character used"

Post by jswags »

Great stuff, thanks for that Alby. And thanks so much for doing the MLE version of CMSMS, works like a charm  :)
Locked

Return to “[locked] CMSMS MLE fork”