PDA

View Full Version : If someone knows



Mika
January 25th, 2002, 05:50
If someone knows... what is the basic changes that I have to do in a search script in order to search words not written with latin characters! For example russian, greek, special characters! I'm not talking about a certain script, I know! I was just wondering if there is a general rule that will allow a script to search not latin characters!!!

Gonzo
January 25th, 2002, 06:56
Used a reglear expersion to look through the string of words first to see if it has any thing other then 0-1 or a-z

I am not sure for the code to do that but I am sure some one does.

Mika
January 25th, 2002, 07:01
Could someone suggest me an article or tutorial about this. I have never found one! Php or cgi, no problem! I have tried some scripts and the 98% don't search for special characters.

Gonzo
January 25th, 2002, 07:44
Well ask here http://forums.devshed.com/

you might be able to get more help with this.

Mika
January 25th, 2002, 10:40
Thanks Gonzo!!