MySQL Forums
Forum List  »  MySQL Workbench

Set encoding for the BLOB viewer
Posted by: Vasiliy Fedotov
Date: July 21, 2017 12:26AM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
Set encoding for the BLOB viewer
1035
July 21, 2017 12:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.