Constant Depièreux a écrit: > Hello, > > I have installed version 1.14 of mediawiki on a french speaking site > (cologne blue design). > > In this version Special Page have been renamed Spécial page, > introduction french accent in the description. > > Whitelist exception are non more functional anymore so as the > inscription process which return a sentence > > Le titre de la page demandée est invalide, vide, ou il s’agit d’un > titre inter-langue ou inter-projet mal lié. Il contient peut-être un > ou plusieurs caractères qui ne peuvent pas être utilisés dans les > titres. > > The title of the requested page is invalid, empty, or it is an inter- > language ou inter-project title ill-binded. It may perhaps contain one > or more characters that cannot be used in title. > > Can you please help in fixing the issue? > > Thanks in advance and best regards > > > Constant Depièreux > > HTTP://WWW.QUALITIONNAIRE.EU > HTTP://WWW.GBPH-RESTAURATION_COLLECTIVE.EU
Did you save as UTF-8? "Special" in ANSI = "Special" in ISO-8859-1 = "Special" in UTf-8 but that doesn't hold for accents. (Don't use notepad to save in UTF-8: it places a nasty BOM) _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
