Page 1 of 1

Sql database and utf8

Posted: Fri Aug 21, 2020 5:45 pm
by NubeCheCorre
Sorry for the very stupid question but I would like to know (if there is a way), if it is necessary, to set the charset inside sql database to utf-8 ..
I ask this because I have knowledge about mysql but not about sql3 and speaking about mysql, when I set the html page with ut-8 I also set the database with utf-8. So, the question is: Have I to do the same thing also with Sql3? and if the answer is yes, How do I set the charset in the db? I look at the documentation but I wasn't able to find an answer.. Thanks in advance for the help..

Re: Sql database and utf8

Posted: Sat Aug 22, 2020 4:49 pm
by airsoftsoftwair
SQLite databases use UTF-8 by default so there's nothing you have to do.

Re: Sql database and utf8

Posted: Sat Aug 22, 2020 5:40 pm
by NubeCheCorre
Thanks!