From: André Malo Date: Wed, 5 Feb 2014 13:36:56 +0000 (+0000) Subject: fix tr docs charset X-Git-Tag: 2.2.27~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9432ebad71c6ddadcd16271becf80465dbabfe3b;p=thirdparty%2Fapache%2Fhttpd.git fix tr docs charset git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1564773 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-manual.conf.in b/docs/conf/extra/httpd-manual.conf.in index 34115ff5bbe..404f62fd2bd 100644 --- a/docs/conf/extra/httpd-manual.conf.in +++ b/docs/conf/extra/httpd-manual.conf.in @@ -20,7 +20,7 @@ AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru|tr))?(/.*)?$ "@exp_manualdi # .tr is text/troff in mime.types! - ForceType text/html + ForceType "text/html; charset=utf-8" SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru|tr)/ prefer-language=$1