French guillemot left/right

Post Reply
gazim
Posts: 66
Joined: Sun Feb 18, 2001 1:01 pm

French guillemot left/right

Post by gazim »

Is there a way to force french guillemot left/right (Ascii 171 and 181) characters as the phrase binders instead of double quotes? I was wondering if there's a way to change the default phrase binding characters. For example, can «Bill Cinton» be treated as a phrase search? (ie. "Bill Clinton")
Thanks in advance.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

French guillemot left/right

Post by mark »

<$query='«Bill Cinton»'>
...
<sandr '[\xab\xbb]' '"' $query>
<$query=$ret>
...
<sql ...
gazim
Posts: 66
Joined: Sun Feb 18, 2001 1:01 pm

French guillemot left/right

Post by gazim »

It would be nice if there was a way to customize phrase binding characters through apicp. The solution that you suggested gets the job done nonetheless. Thanks again.
Post Reply