|
Forums » .NET » ASP.NET »
|
Matching Finding nonEnglish Words |
Posted Date: 10 Jun 2008 Posted By:: Jawaher Member Level: Silver Member Rank: 0 Points: 1
Responses:
1
|
Hello everyone, I have a txt file that includes arabic words, and I have a database table called keywords. What I want to do is to try looking for matching words, where words in the text file are same as words in the keywords DB and sum them up..
What's happening is that my code is working well with English words, but when it comes to Arabic words, the code doesn't recognize them and it says zero arabic word, eventhough in the keywords table it accepts and has arabic words..
I'm using in the code: arrays, regex, and MatchCollection
What should I do to make it find the arabic ones???
Plz I need your help asap, Thanks,
|
Responses
|
#246169 Author: Mohammed Najmuddin Member Level: Gold Member Rank: 968 Date: 10/Jun/2008 Rating:  Points: 2 | IF u could place ur code it will help ful a lot
|
|
| Post Reply |
|
|
|
 | | This thread is locked for new responses. Please post your comments and questions as a separate thread. If required, refer to the URL of this page in your new post. |
|
|
|
|
 Follow us on Twitter: https://twitter.com/dotnetspider
|
|