From 3341c51fca4a0385fdb442befbecfd30b9556085 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 8 Jun 2005 02:40:25 +0000 Subject: Documentation patch for bug 279589: Documentation should suggest UTF-8 encoding instead of ISO-8859-1; patch by Marc Schumann , r=colin.ogilvie. --- docs/xml/security.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/xml/security.xml b/docs/xml/security.xml index eb26ec18c..018f5d78d 100644 --- a/docs/xml/security.xml +++ b/docs/xml/security.xml @@ -1,5 +1,5 @@ - + Bugzilla Security @@ -369,9 +369,8 @@ skip-networking the CERT advisory on this issue. - If your installation is for an English speaking audience only, making the - change in will prevent - this problem. + Making the change in will + prevent this problem. @@ -381,7 +380,7 @@ skip-networking Bugzilla/CGI.pm: $self->charset(''); and change it to: - $self->charset('ISO-8859-1'); + $self->charset('UTF-8'); -- cgit v1.2.3-24-g4f1b