From 0ba548a86b0983d3938f109b4eb5c9e1ef1fd044 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 04 Nov 2009 06:30:23 -0500
Subject: [PATCH] - add precise note about UTF-8 in database

---
 INSTALL |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 67fbce9..5263355 100644
--- a/INSTALL
+++ b/INSTALL
@@ -55,6 +55,8 @@
 DATABASE SETUP
 ==============
 
+Note: Database for RoundCube must use UTF-8 character set.
+
 * MySQL
 -------
 Setting up the mysql database can be done by creating an empty database,
@@ -72,9 +74,6 @@
 Note 1: 'password' is the master password for the roundcube user. It is strongly
 recommended you replace this with a more secure password. Please keep in
 mind: You need to specify this password later in 'config/db.inc.php'.
-
-Note 2: For MySQL version 4.1 and up, it's recommended to create the database for
-RoundCube with utf-8 charset.
 
 
 * SQLite

--
Gitblit v1.9.1