summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/General.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/General.pm')
-rw-r--r--Bugzilla/Config/General.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Bugzilla/Config/General.pm b/Bugzilla/Config/General.pm
index 9d85aecaf..15688dfd3 100644
--- a/Bugzilla/Config/General.pm
+++ b/Bugzilla/Config/General.pm
@@ -33,8 +33,9 @@ use constant get_param_list => (
{
name => 'utf8',
- type => 'b',
- default => '0',
+ type => 's',
+ choices => [ '1', 'utf8', 'utf8mb4' ],
+ default => 'utf8',
checker => \&check_utf8
},