From f788fbc43a1a07c2116d3f7cb25d73e66ede7a96 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Mon, 31 May 2004 23:47:11 +0000 Subject: [PATCH] cscvs to tla changeset 34 Author: noodles Date: 2002/11/15 15:24:49 Correct content-type to use UTF-8 instead of utf8 (pointed out by huggie). --- getcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getcgi.c b/getcgi.c index 26c3c50..aa254f8 100644 --- a/getcgi.c +++ b/getcgi.c @@ -66,7 +66,7 @@ char *txt2html(const char *string) */ void start_html(const char *title) { - puts("Content-Type: text/html; charset=utf8\n"); + puts("Content-Type: text/html; charset=UTF-8\n"); puts(""); puts(""); puts(""); -- 2.30.2