Bug #93947 Hebrew problems
Submitted: 16 Jan 2019 7:09 Modified: 17 Feb 2019 7:33
Reporter: Roy Assis Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0 OS:Windows
Assigned to: CPU Architecture:Any
Tags: hebrew

[16 Jan 2019 7:09] Roy Assis
Description:
When trying to query with Hebrew characters I don't get the desired results. 
More info at how to repeat. 

The CSV is added. 

How to repeat:

# suppose to return one line - returns none. 
SELECT * FROM converted
WHERE "שם משפחה" = "מן";

# Also suppose to return the column - returns the column name with the column 
# name as value. 
SELECT "שם משפחה" FROM converted;

Suggested fix:
No idea.
[16 Jan 2019 7:10] Roy Assis
file containing data

Attachment: converted.csv (application/vnd.ms-excel, text), 268 bytes.

[17 Jan 2019 7:33] MySQL Verification Team
Thank you for the bug report. Please check with the mysql.exe client if you get the expected result otherwise print here the create table, insert data and select query result, inform the server version also. Thanks.
[18 Feb 2019 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".