I have utf8 web site with cyrillic characters.
MySQL Workbench 6.3.9 community BLOB viewer gets blob value in wrong encoding as mojibake.
I think it is ansi.
SELECT CONVERT(column USING utf8) FROM table; works fine,
but what if i'll set a value for a cell, would it be right?
I think should be encoding set option in BLOB viewer right corner.
Logically if anything is in utf8, so BLOB viewer getter should be utf too.
MySQL Workbench 6.3.9 community BLOB viewer gets blob value in wrong encoding as mojibake.
I think it is ansi.
SELECT CONVERT(column USING utf8) FROM table; works fine,
but what if i'll set a value for a cell, would it be right?
I think should be encoding set option in BLOB viewer right corner.
Logically if anything is in utf8, so BLOB viewer getter should be utf too.