From ee5cbb72fe58f9fa8c5fad39da67fc078496db94 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 15 Jan 2009 01:13:50 +0000 Subject: =?UTF-8?q?Bug=20464992:=20Binary=20attachments,=20graphical=20rep?= =?UTF-8?q?orts=20and=20new=20charts=20are=20not=20displayed=20correctly?= =?UTF-8?q?=20on=20Windows=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9r?= =?UTF-8?q?ic=20Buclin=20=20r=3Dmkanat=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chart.cgi') diff --git a/chart.cgi b/chart.cgi index 25d5b446d..ab145c42a 100755 --- a/chart.cgi +++ b/chart.cgi @@ -282,6 +282,8 @@ sub plot { } print $cgi->header($format->{'ctype'}); + disable_utf8() if ($format->{'ctype'} =~ /^image\//); + $template->process($format->{'template'}, $vars) || ThrowTemplateError($template->error()); } -- cgit v1.2.1