Comment 13 for bug 383102

Revision history for this message
Robert Collins (lifeless) wrote : Re: bzr search can't find non-ascii text

The script doesn't search for a matchable combination as bar isn't present.
putting
index._branch.lock_read()
def test_term(term):
    print term, list(index.search([(term,)]))
test_term(TEST_RU)
test_term(FOO)
at the bottom shows the russion cp1251 not matching and foo matching.