summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-09-09 14:41:45 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-09-11 10:24:31 +0200
commit59209e0f2b3376c7a03df393fc731ca99ced1213 (patch)
treeb796222bd10d9b626f8bc0d76ae342a88ca9d92e /lib/base.php
parentbfebbe47decd30389e0325e24ecefc98fe3e8d71 (diff)
downloadnextcloud-server-59209e0f2b3376c7a03df393fc731ca99ced1213.tar.gz
nextcloud-server-59209e0f2b3376c7a03df393fc731ca99ced1213.zip
use intl's native normalizer_normalize() in case the module is available
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 5d52db68cb7..e4d4d09f00e 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -495,6 +495,9 @@ class OC {
require_once $vendorAutoLoad;
}
+ // initialize intl fallback is necessary
+ \Patchwork\Utf8\Bootup::initIntl();
+
if (!defined('PHPUNIT_RUN')) {
OC\Log\ErrorHandler::setLogger(OC_Log::$object);
if (defined('DEBUG') and DEBUG) {