program/include/rcmail.php | ●●●●● patch | view | raw | blame | history |
program/include/rcmail.php
@@ -182,7 +182,7 @@ // Also strtoupper/strtolower and other methods are locale-aware // for these locales it is problematic (#1490519) if (in_array($lang, array('tr_TR', 'ku', 'az_AZ'))) { setlocale(LC_CTYPE, 'en_US.utf8', 'en_US.UTF-8'); setlocale(LC_CTYPE, 'en_US.utf8', 'en_US.UTF-8', 'C'); } }