Russian language and Gallery 1 - some configuration notes for Appachi and PHP
in appache.conf
There must be lines in section:
<IfModule mod_mime.c>
AddCharset WINDOWS-1251 .cp-1251
AddCharset WINDOWS-1251 .cp1251
Than the translation for windows-1251 will work fine!
Also in php.ini it is better to set:
default_charset = ""
That it!