diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-15 13:50:28 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-15 13:50:28 +0100 |
commit | 2ccf81dec1fbe4e215ea47700a4e006420318621 (patch) | |
tree | 128e4d699b1018d629caf000b164a3b7f843af46 /docs | |
parent | 1d96fa1689470945545ac8e0f239357185e832a7 (diff) | |
download | bugzilla-2ccf81dec1fbe4e215ea47700a4e006420318621.tar.gz bugzilla-2ccf81dec1fbe4e215ea47700a4e006420318621.tar.xz |
Bug 902395: Enforce utf8 = true for all installations and remove the utf8 parameter
r=dkl a=sgreen
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/administering/parameters.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index 337136700..e7ff00132 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -59,16 +59,6 @@ maintainer responsible for maintaining this Bugzilla installation. The address need not be that of a valid Bugzilla account. -utf8 - Use UTF-8 (Unicode) encoding for all text in Bugzilla. Installations where - this parameter is set to :paramval:`off` should set it to :paramval:`on` only - after the data has been converted from existing legacy character - encodings to UTF-8, using the - :file:`contrib/recode.pl` script. - - .. note:: If you turn this parameter from :paramval:`off` to :paramval:`on`, - you must re-run :file:`checksetup.pl` immediately afterward. - shutdownhtml If there is any text in this field, this Bugzilla installation will be completely disabled and this text will appear instead of all |