New developmental setting to force UTF for the whole server
Plus, some optimisation on the way encoding is stored (in the session).
This commit is contained in:
@@ -219,6 +219,7 @@
|
||||
|
||||
if (isset($_GET['lang'])) {
|
||||
$SESSION->lang = $lang;
|
||||
$SESSION->encoding = get_string('thischarset');
|
||||
}
|
||||
if (empty($CFG->lang)) {
|
||||
$CFG->lang = "en";
|
||||
|
||||
Reference in New Issue
Block a user