[Bug 6440] New: ignore case search don't work for russian language

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Nov 26 19:41:28 UTC 2020


https://bz.mercurial-scm.org/show_bug.cgi?id=6440

            Bug ID: 6440
           Summary: ignore case search don't work for russian language
           Product: Mercurial
           Version: default branch
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: long76.git at mail.ru
                CC: mercurial-devel at mercurial-scm.org
    Python Version: ---

Command:
hg grep -n -i Тест test.txt

File "test.txt":
Тест
тест

Result:
test.txt:1:Тест

Expected result:
test.txt:1:Тест
test.txt:2:тест

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list