summaryrefslogtreecommitdiff
path: root/includes/unicode.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/unicode.inc')
-rw-r--r--includes/unicode.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/unicode.inc b/includes/unicode.inc
index 6f1b52a48..c3638c9a8 100644
--- a/includes/unicode.inc
+++ b/includes/unicode.inc
@@ -39,9 +39,6 @@ function _unicode_check() {
// Ensure translations don't break at install time
$t = get_t();
- // Set the standard C locale to ensure consistent, ASCII-only string handling.
- setlocale(LC_CTYPE, 'C');
-
// Check for mbstring extension
if (!function_exists('mb_strlen')) {
return array(UNICODE_SINGLEBYTE, $t('Operations on Unicode strings are emulated on a best-effort basis. Install the <a href="@url">PHP mbstring extension</a> for improved Unicode support.', array('@url' => 'http://www.php.net/mbstring')));