some case insensitive searches in Turkish translations, but stops breaking
any strtoupper/strtolower functions, that assume English character case
conversion rules.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8037
7612ce4b-ef26-0410-bec9-
ea0150e637f0
putenv( "LC_ALL=$longlocale" );
putenv( "LANG=$longlocale" );
putenv( "LANGUAGE=$longlocale" );
+ if ($sm_notAlias=='tr_TR') putenv( "LC_CTYPE=C" );
}
setlocale(LC_ALL, $longlocale);
+ if ($sm_notAlias=='tr_TR') setlocale(LC_CTYPE,'C');
// Set text direction/alignment variables
if (isset($languages[$sm_notAlias]['DIR']) &&