From: jocuri%softhome.net <> Date: Fri, 4 Apr 2008 11:48:12 +0000 (+0000) Subject: Documentation patch for bug 279589: Documentation should suggest UTF-8 encoding inste... X-Git-Tag: bugzilla-3.1.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3d1717bb1ccc38d5950cc4bb975fbe50d77078;p=thirdparty%2Fbugzilla.git Documentation patch for bug 279589: Documentation should suggest UTF-8 encoding instead of ISO-8859-1; patch by Marc Schumann , r=colin.ogilvie. --- diff --git a/docs/en/xml/security.xml b/docs/en/xml/security.xml index 3d2eef83f6..c373c455d4 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');