From: jocuri%softhome.net <> Date: Wed, 8 Jun 2005 02:40:55 +0000 (+0000) Subject: Documentation patch for bug 279589: Documentation should suggest UTF-8 encoding inste... X-Git-Tag: bugzilla-2.18.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c642f27ee1fc820f6e1995d699bba80540c627;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/xml/security.xml b/docs/xml/security.xml index 1da0eee0e5..043691062c 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');