I use HeidiSQL. I am unable add to my database characters with diacritics such as č
, ř
or ě
.
For example, when I try add a character č
, the following error occurs:
Incorrect string value: '\xC4\x8D\' for column 'name' at row 1.
What I can do?
Column type is varchar
. I think that this could be a problem with the coding, but I'm not sure.
Here's the coding of my database: