HelioHost Posted June 6, 2018 Posted June 6, 2018 Username: N/A, Server: N/A, Main Domain: N/A Hello, I developed a website using Django and MySQL database. I am having problems while saving entries that contain c or c chars. This letters are substituted by the symbol ? after saving. I thought that the cause may be the encoding used in the database. Is possible to change it to unicode encoding? Thanks a lot for your help, sincerely, Matteo Formigli
Krydos Posted June 6, 2018 Posted June 6, 2018 You can change the encoding of your database yourself. Start by going to https://www.heliohost.org/login/ and logging in. Then click Continue to cPanel. Next click PhpMyAdmin. Select the database in the left navigation panel. Click the Operations tab along the top. The far right box is labeled Collation and has a dropdown box where you can choose the encoding you want to use. Let us know if you need any further assistance.
Recommended Posts