Convert database to UTF-8

Summary: This is the script used for conversion: P319

Test Plan:
Update diff with UTF-8 characters in description.
`sql/upgrade_schema.php`
Verify data in DB and that it looks good on web.

Reviewers: epriestley, nh

Reviewed By: epriestley

CC: aran, epriestley

Maniphest Tasks: T327

Differential Revision: https://secure.phabricator.com/D1830
This commit is contained in:
vrana
2012-03-08 10:57:03 -08:00
parent def19bb8de
commit 4c1e356658
3 changed files with 1172 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ class AphrontMySQLDatabaseConnection extends AphrontDatabaseConnection {
if (!$ret) {
$this->throwQueryException($conn);
}
mysql_set_charset('utf8');
}
$profiler->endServiceCall($call_id, array());