# Returning proper Charset in HTTP header,
# in addition to the (same) Charset in
section of the page itself.
AddCharset windows-1251 .html
AddCharset iso-8859-1 .html
# Note that in this example, the server determines charset by the ending of file name.
# You should follow some naming convention on your site if you adapt this method.
# See Apache documentation for description of these commands, in particular:
# http://httpd.apache.org/docs/mod/core.html#files
# http://httpd.apache.org/docs/mod/mod_mime.html#addcharset