Skip to content

Commit

Permalink
Send HTTP in UTF-8 encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 7, 2006
1 parent 0589315 commit 98f1b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IcculusFinger_webinterface.pl
Expand Up @@ -60,7 +60,7 @@
exit 0;
}

print("Content-type: text/html\n\n\n");
print("Content-type: text/html; charset=UTF-8\n\n\n");

if ((defined $ENV{HTTP_USER_AGENT}) and ($ENV{HTTP_USER_AGENT} ne "")) {
if (not $web_query =~ /(\A|\?|&)browser=/) {
Expand Down

0 comments on commit 98f1b23

Please sign in to comment.