sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
648 stars 446 forks source link

Database encoding #102

Closed ryucz closed 9 years ago

ryucz commented 9 years ago

I noticed that some tables in database, for example x_profiles are in latin1 instead of utf8. This causes weird characters in UTF8 strings.

allebb commented 9 years ago

Interesting! - I'll fix and push today, thanks for reporting :+1:

allebb commented 9 years ago

Changes have been made and pushed in the following two commits:-

https://github.com/sentora/sentora-installers/commit/e7130f6ae784fb2ea6679097d681bb998661cab3 https://github.com/sentora/sentora-installers/commit/257b396532b749292172c83b6e24692ff37f6690

I will do another RC release shortly to incorporate this change.