Closed
Bug 522176
Opened 16 years ago
Closed 16 years ago
Database needs to be written to using UTF-8 not binary
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 503523
People
(Reporter: davedash, Assigned: davedash)
References
()
Details
Currently all the data in the db is not UTF-8, we need to fix this.:
1. for all cake connections do "mysql_set_charset('utf8');
2. do a data correction for the translations table.
This breaks sphinx, and anything else that requires the data to be utf-8.
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•