X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fglobals.inc.php.in;h=1c2661b44f29498ab6f4e9855a7c97ba5c14d3a9;hb=dcdcd18aeb2b29ddfa7768317b14ca0a277dd654;hp=82d25004c9071846bb47a9664d002ac3c1bdf0e6;hpb=7616b8b5a2e23cdbcdb7701f8d00fb7155da6f40;p=platal.git diff --git a/include/globals.inc.php.in b/include/globals.inc.php.in index 82d2500..1c2661b 100644 --- a/include/globals.inc.php.in +++ b/include/globals.inc.php.in @@ -86,6 +86,7 @@ class PlatalGlobals setlocale(LC_TIME, $this->locale); setlocale(LC_CTYPE, $this->locale); date_default_timezone_set($this->timezone); + mb_internal_encoding("UTF-8"); } public function asso($key=null)