Skip to content

Commit

Permalink
Apache is spewing utf-8 now. woot!
Browse files Browse the repository at this point in the history
  • Loading branch information
jhannah committed Nov 2, 2009
1 parent 3241647 commit 9b558f4
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions lib/layout
Expand Up @@ -54,25 +54,7 @@
}
%]

[%# Partial list till utf-8 works, the full list is below %]
[%
pfbase = "http://www.perlfoundation.org/perl5/index.cgi?";
INCLUDE sideheader
major = {"Non-English" => "http://www.perlfoundation.org/perl5/index.cgi?international_perl_resources"}
minor = {
"Catalan" => pfbase _ "catalan",
"Hrvatski" => pfbase _ "croatian",
"Nederlands" => pfbase _ "dutch",
"Deutsch" => pfbase _ "german",
"Magyar" => pfbase _ "hungarian",
"Italiano" => pfbase _ "italian",
"Norsk" => pfbase _ "norwegian",
"Polski" => pfbase _ "polish",
"Svenska" => pfbase _ "swedish",
}
%]

[%# This will be cool once utf-8 works on our web server...
[%
pfbase = "http://www.perlfoundation.org/perl5/index.cgi?";
INCLUDE sideheader
major = {"Non-English" => "http://www.perlfoundation.org/perl5/index.cgi?international_perl_resources"}
Expand Down

0 comments on commit 9b558f4

Please sign in to comment.