summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 49448b9d9..d8a7b7e38 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -367,6 +367,17 @@ sub find_languages {
},
{
+ name => 'utf8',
+ desc => 'Use UTF-8 (Unicode) encoding for all text in Bugzilla. New ' .
+ 'installations should set this to true to avoid character encoding ' .
+ 'problems. Existing databases should set this to true only after ' .
+ 'the data has been converted from existing legacy character ' .
+ 'encodings to UTF-8.',
+ type => 'b',
+ default => '0',
+ },
+
+ {
name => 'cookiedomain',
desc => 'The domain for Bugzilla cookies. Normally blank. ' .
'If your website is at "www.foo.com", setting this to ' .