omar ahmed

omar ahmed

  • NA
  • 18
  • 0

How to search through arabic voweled words in C#

Jan 24 2009 8:07 AM

Hi, all

I have a serious problem which is I have a field in  a table which contains 1000s of rows that is arabic words (Voweled words) .

the problem is when I need to search a sentence within the rows I can not find it coz it's voweled I detected that each voweled letter is having different unicode .

What i need to know is write a code that takes input from the user( non-voweled words) and searches in the voweled words without forcing the user to enter voweled letters .

I would appreciate receiving any advice or explaining code corcerning this

thanks all of you