How can I show arabic query search from MYSQL by JavaFX?
问题 SELECT * FROM `employee` WHERE `name` LIKE "%شريف%" Above query works fine and find the element by phpmyAdmin query but using it inside JavaFX doesn't get it. And get the english searchs, So what I need to add in java to permit me search by Arabic. 回答1: As per my above comments, I guess it to be a encoding - decoding issue of Java and has nothing specific to do with JavaFX and I also assume that you are not getting any exceptions. You have to use a proper standard while inserting as well as