FAQ. Encoding problems: различия между версиями
Нет описания правки |
|||
Строка 1: | Строка 1: | ||
[[FAQ._Encoding_problems|en]] | [[FAQ._Проблемы_с_кодировкой|ru]] | [[FAQ._Encoding_problems|en]] | [[FAQ._Проблемы_с_кодировкой|ru]] | ||
'''How to convert the database to UTF-8?''' | |||
The earlier versions of ERP "UserSide" had the database in 1251 format. The system currently runs on UTF-8. How to convert to UTF-8? | |||
To do this: | |||
1. In the ''''main/config/config.php'''' file, change the variable ''$zsqlcp'' to the value: | |||
$zsqlcp = 'utf8'; | |||
2. Make a backup of the database. | |||
3. Convert the database to UTF-8. For example - as described in this article: http://artkiev.com/blog/mysql-cp1251-to-utf8.htm |
Версия от 18:33, 14 марта 2023
How to convert the database to UTF-8?
The earlier versions of ERP "UserSide" had the database in 1251 format. The system currently runs on UTF-8. How to convert to UTF-8?
To do this:
1. In the 'main/config/config.php' file, change the variable $zsqlcp to the value:
$zsqlcp = 'utf8';
2. Make a backup of the database.
3. Convert the database to UTF-8. For example - as described in this article: http://artkiev.com/blog/mysql-cp1251-to-utf8.htm