Rose Smith - 2004-08-19

Logged In: YES
user_id=1006497

This is only a problem if nacoNormalize=true is set in the
zbase database.ini file.

It appears that making a slight change to
ORG.oclc.pears.IndexRoutines.Phrase fixes the problem:

In nacoNormalize(), I changed the logic that begins with
"if(c<' '" to "if((c != '\u0002' && c<' ')" .