From 496a78f616b10c1c5c4bd0398021232e9bffa77e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 18 Nov 2006 23:10:11 +0000 Subject: Bug 304550: Bugzilla should always store data in MySQL as UTF-8 Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- template/en/default/admin/params/core.html.tmpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/params/core.html.tmpl') diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index 3e1010a7d..2ab6856a8 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -64,9 +64,13 @@ utf8 => "Use UTF-8 (Unicode) encoding for all text in ${terms.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.", + "problems. Existing databases should set this to true " _ + " only after the data has been converted from existing legacy " _ + " character encodings to UTF-8, using the " _ + " contrib/recode.pl script.

Note " _ + " that if you turn this parameter from "off" to " _ + " "on", you must re-run checksetup.pl immediately " _ + " afterward.", shutdownhtml => "If this field is non-empty, then $terms.Bugzilla will be completely " _ "disabled and this text will be displayed instead of all the " _ -- cgit v1.2.3-24-g4f1b