From 1d3d1717bb1ccc38d5950cc4bb975fbe50d77078 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 4 Apr 2008 11:48:12 +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/en/xml/security.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs/en/xml/security.xml') diff --git a/docs/en/xml/security.xml b/docs/en/xml/security.xml index 3d2eef83f..c373c455d 100644 --- a/docs/en/xml/security.xml +++ b/docs/en/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