On my site i'm trying to get different character support for the searches, for example hebrew so something like
אייל גולן
but the thing is, when they make the search it's stored in the database like
#1488;#1497;#1497;#1500; #1490;#1493;#1500;#1503;
What should i do? Is there any way to convert that back to readable hebrew text? or should i find a way to store in the db properly.
Thanks