i WANT TO store Arabic words in my table of dictionary.
i am using a java script code for typing Arabic in a text box.
it is working fine.
After insertion into table when i get all the records, it properly shows Arabic words.
but in my table Arabic words store in this format
󯟴 ETC
Not in this format باالالا
that creates a problem for me. When i want to search any Arabic word from my table using word = $arabic OR
using word LIKE '%$arabic%'
it fails and shows no result.
Please help me for this problem.
NOTE
When i write query in query editor it store Arabic font in Arabic format.
I am using utf8-bin collation for Arabic column.