From fcd5f44bce05366693a7eef7896a890c99735ef8 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@rotich.com>
Date: Tue, 7 Jun 2016 21:52:48 -0500
Subject: [PATCH] Revert "i18n: Ensure UTF-8 locale is set"

---
 bootstrap.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bootstrap.php b/bootstrap.php
index 996a99498..e70c79a6b 100644
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -290,10 +290,6 @@ class Bootstrap {
         }
         if (extension_loaded('iconv'))
             iconv_set_encoding('internal_encoding', 'UTF-8');
-
-        // Set the default locale to UTF-8. It will be changed by
-        // ::setLocaleForUser() later for web requests. See #2910
-        Translation::setLocale(LC_ALL, 'en_US.UTF-8');
     }
 
     function croak($message) {
-- 
GitLab