Extend REGEX_CHARS with more "reserved" regex chars.
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 26 Jan 2008 15:32:05 +0000 (15:32 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 26 Jan 2008 15:32:05 +0000 (15:32 +0000)
commit1df86c90a941584991fcb5a4ea3f070a4e1c45d2
treec1c9ad9a866eab1ffdf6badac8f1ee823a4c615b
parenta9edee55ab21cf71cb1c09e9aed547fd0e84a818
Extend REGEX_CHARS with more "reserved" regex chars.

Added the following three characters to the list of "reserved" regular
exprssion chars: \ " $ . The problem fixes searches for some Chinese
terms that are normalized with ICU. Indeed these terms include one
of the above REGEX_CHARS. If they are not properly escaped it will
reproduce invalid regular expressions.
index/rpnsearch.c