I've created a SQL table with UTF-8
encoding (by using engine=MyISAM charset=UTF8;"
).
Now, after inserting the following input : אבג
, the database contains a record with אבג
.
I'd like to know whether there's another encoding issue I need to take care of in order to get Hebrew text instead of signs and numbers.