I'm having a problem with entering Slovenian characters such as "ć, č, đ, š".
This has never happened before, but now when I want to enter these values into a table column, I get an error:
Warning: #1366 Incorrect string value: '\xC4\x87' for column 'body' at row 1
I tried everything, changing database collation, table, column collation, everything, but it just won't go away.
Can you please help me?
This is mysql query I'm trying to run:
INSERT INTO `twoofus`.`messages` (
`messageID` ,
`head` ,
`body` ,
`messageIP` ,
`userID`
)
VALUES (
'4234', '4234', '424', 'ćććć', '2'