From 35f1ce88e12f8eee0d47fdc69d38cd7a4b12732d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 4 Aug 2005 18:51:22 +0000 Subject: Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW installations - Patch by byron jones (glob) r=wurblzap a=justdave --- defparams.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 49448b9d9..d8a7b7e38 100644 --- a/defparams.pl +++ b/defparams.pl @@ -366,6 +366,17 @@ sub find_languages { checker => \&check_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. ' . -- cgit v1.2.3-24-g4f1b