I am using MySQL, the latest version. By default, I get latin1_swedish_ci, which doesnβt sound quite right.
You have to use utf8_general_ci
utf8_general_ci
Here is a complete list of character sets and their description from the MySQL link site.
You can change the default collation from the MySQL database configuration files.
Also see this link http://streetsmartingit.blogspot.com/2008/04/how-to-changeconvert-your-mysql.html for instructions on how to use it with an existing database.
Source: https://habr.com/ru/post/1727042/More articles:What is the best way to organize unobtrusive JavaScript across multiple pages? - javascriptVB.NET - ThreadPool and delegate to C # on VB.NET - c #Getting detailed information about failed scala / maven / specs tests - scalaWhat parts should you implement in your game first? - language-agnostic$ .get (u, d, c, "JSON") vs $ .getJSON (u, d, c) - jsonHeader rebranding / Start folder with ClickOnce - .netProblem with django url template tag (and reverse () function) - djangoRuby stdio consts and globals, what are the benefits? - ruby ββ| fooobar.commoving package / CMD does not work with folders - windows-7PHP repeats duplicate lines only once - phpAll Articles