Commit 9574beb7 authored by Tony Finch's avatar Tony Finch
Browse files

Add the correct language tag for interoperation with the Taiwanese

versions of MSIE and Netscape.

PR:             7142
Submitted by:   Clive Lin <clive@CirX.ORG>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88270 13f79535-47bb-0310-9956-ffa450edef68
parent 21edeea4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Changes with Apache 2.0.12-dev

  *) Add the correct language tag for interoperation with the Taiwanese
     versions of MSIE and Netscape. [Clive Lin <clive@CirX.ORG>] PR#7142

  *) Migrate the perchild MPM to use the new apr signal child, and 
     APR thread functions.  [Ryan Bloom]

+1 −0
Original line number Diff line number Diff line
@@ -659,6 +659,7 @@ AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage tw .tw
AddLanguage zh-tw .tw

# LanguagePriority allows you to give precedence to some languages
# in case of a tie during content negotiation.
+1 −0
Original line number Diff line number Diff line
@@ -585,6 +585,7 @@ AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage tw .tw
AddLanguage zh-tw .tw

# LanguagePriority allows you to give precedence to some languages
# in case of a tie during content negotiation.