|
|
@@ -24,13 +24,6 @@ App::uses('CakePlugin', 'Core');
|
|
|
App::uses('L10n', 'I18n');
|
|
|
App::uses('Multibyte', 'I18n');
|
|
|
|
|
|
-if (function_exists('mb_internal_encoding')) {
|
|
|
- $encoding = Configure::read('App.encoding');
|
|
|
- if (!empty($encoding)) {
|
|
|
- mb_internal_encoding($encoding);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* I18n handles translation of Text and time format strings.
|
|
|
*
|