01.07.2016, 23:05
tolower on Windows server uses WinAPI function CharLower, and this function works with all ANSI symbols.
tolower on Linux server uses C function tolower, and this function works only with A..Z symbols.
tolower on Linux server uses C function tolower, and this function works only with A..Z symbols.