Searching Hindi

Post Reply
jintov
Posts: 29
Joined: Fri Feb 22, 2002 5:43 am

Searching Hindi

Post by jintov »

Hi,
I like know ,whether we can search hindi characters using webinator.
Regards,
Jinto
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Searching Hindi

Post by mark »

Probably. What character encoding is being used? Are there spaces between words?
jintov
Posts: 29
Joined: Fri Feb 22, 2002 5:43 am

Searching Hindi

Post by jintov »

In the DB we storing as UTF-8 and there will be spaces between words.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Searching Hindi

Post by mark »

Use

[\alnum\x80-\xff]{1,70}

for the Word Definition under All Walk Settings. (which should already be there so you don't need to do anything special).
Post Reply