Menu

#4 Another whole word matching problem

open
nobody
None
5
2013-02-19
2001-01-14
John Smith
No

I also found a problem when matching whole words using
-build BuildSQLMySQL

Although there is no option for whole/partial matching the encoding type determines this. (Why?)

The match for the encoding type in BuildSQLMySQL.pm should however not read:

if(!$self->{parseopts}{-encoding} =~ /^big5$/io) {....

but instead:

if(!($self->{parseopts}{-encoding} =~ /^big5$/io)) {...

... if I understand your intentions correctly.

Jaco Schieke

Discussion


Log in to post a comment.