FAQ. Encoding problems: различия между версиями
Нет описания правки |
Нет описания правки |
||
Строка 8: | Строка 8: | ||
1. In the ''''main/config/config.php'''' file, change the variable ''$zsqlcp'' to the value: | 1. In the ''''main/config/config.php'''' file, change the variable ''$zsqlcp'' to the value: | ||
$zsqlcp = 'utf8'; | $zsqlcp = 'utf8'; | ||
2. Make a backup of the database. | 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 | 3. Convert the database to UTF-8. For example - as described in this article: http://artkiev.com/blog/mysql-cp1251-to-utf8.htm |
Версия от 18:36, 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