From 6577c46abe423eaa2ab418d22de6ba2bd2830f9d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 1 Jun 2007 05:47:53 +0000 Subject: [PATCH] r1548: Add an additional stop for the upgrade system in upgrade14.php that encourages users to convert to utf8 MySQL --- install/upgrade14.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/upgrade14.php b/install/upgrade14.php index 8dc86a8..275948f 100644 --- a/install/upgrade14.php +++ b/install/upgrade14.php @@ -68,7 +68,7 @@ else if ($bugsys->in['mark'] == 2) { ?>

Database Character Set and Collation

-

Earlier versions of Bugdar did not recommend or enforce database character set support. Unless you have a very good reason not to (you should know if you do), it is recommended that you run this script to convert your MySQL database from your current character set to UTF8. This should especially help international users.

+

Earlier versions of Bugdar did not recommend or enforce database character set support. Unless you have a very good reason not to (you should know if you do or not), it is recommended that you run this script to convert your MySQL database from your current character set to UTF8. This should fix bugs for international users. If you have questions, please contact Blue Static.

This step is not required.