Forum Moderators: coopster
I want to make similar for Urdu language(Arabic like) which is also a Unicode language. I am just confused how to implement it. Whether I use php's builtin functions to find similar words or maintain my own database. For instance in Urdu, the term "Tum" is used for "You". Now one could write it as
1)Tum[right one]
2)Tom
3)Toum.
Offcourse I have urdu keyboard script written in Javascript. what I want that if someone writes "Tum" and hit space, php scripts generated similar sound words itself[possible]? and then my script map each character with corresponding urdu character.
I desperately need your help. Thanks