When I am passing a segment value (containing the UTF-8 string) to the query condition, I am getting the following error message:
Fuel\Core\Database_Exception [ Error ]: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' with query: "SELECT `id` FROM main.user WHERE `flash` = 'kło'"
Where is the problem? How can I fix that so it would support the latn1 encoding as well? I don't want to change the collation type in MySQL because its fine. There was no problem running such query with PDO.