I have created a mysql 5.6 table with a column encoded in utf-8, for characters in Romanian, Czech, Hungarian, Polish, French, German, Scandinavian language(s) - i.e. european characters, but quite non-ASCII.
However, i would like to query this column using just ASCII characters - e.g. in the LIKE clause- so that ă,î,â,ș,ț,ü,ä,ö etc. characters can be (succesfully) queried using a,e,i,o,u,s,t etc.
Is that even possible ?