I'm using Arabic language and Arabic is not simple like English. For example those are four Arabic letters:
Ã Í È ß
when you put these letters together they will look like this
ÃÍÈß
this word means ( I love you ) ANYWAY!
I'm using a forum , when I search in my forum and I type the above word (ÃÍÈß) it will consider the first letter " which is on the right side (Ã) " as a separate word, and the other part (ÍÈß) as another word , as a result I will get MANY MANY incorrect results when I search in the forum.
I use the following statement in SQL :
If term LIKE Typed term , then display results . .
Can someone HELP to get more accurate results?
Thanks
Ã Í È ß
when you put these letters together they will look like this
ÃÍÈß
this word means ( I love you ) ANYWAY!
I'm using a forum , when I search in my forum and I type the above word (ÃÍÈß) it will consider the first letter " which is on the right side (Ã) " as a separate word, and the other part (ÍÈß) as another word , as a result I will get MANY MANY incorrect results when I search in the forum.
I use the following statement in SQL :
If term LIKE Typed term , then display results . .
Can someone HELP to get more accurate results?

Thanks