From 2ccf81dec1fbe4e215ea47700a4e006420318621 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 15 Mar 2015 13:50:28 +0100 Subject: Bug 902395: Enforce utf8 = true for all installations and remove the utf8 parameter r=dkl a=sgreen --- Bugzilla/Config/General.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/Config/General.pm') diff --git a/Bugzilla/Config/General.pm b/Bugzilla/Config/General.pm index 380680590..8513a1f02 100644 --- a/Bugzilla/Config/General.pm +++ b/Bugzilla/Config/General.pm @@ -24,13 +24,6 @@ use constant get_param_list => ( checker => \&check_email }, - { - name => 'utf8', - type => 'b', - default => '0', - checker => \&check_utf8 - }, - { name => 'shutdownhtml', type => 'l', -- cgit v1.2.3-24-g4f1b