Ticket #3491 (new defect) — at Initial Version
Case insensetive search is not available anymore in non-unicode locale
Reported by: | andrew_b | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.8.16 |
Component: | mc-search | Version: | 4.8.14 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: |
Description
This bug was introduced in [1a1496fc0dc13998803be9caf149ce3be8af9206].
How to reproduce.
- Switch to the any 8-bit locale (KOI8-R as example).
- Create text file with non-latin symbols in any charset (utf-8, cp1251, koi8-r, etc).
For example, cyrillic text:
ШШ шш шШ
where Ш is the upper-case letter (capital), ш is the lower-case one.
- Open this file in internal editor or viewer.
- Press F7 and enter Ш in the input line. Press Enter.
Result: only Ш is found, ш is not found at all.
Expected result: ш is as found as Ш.
Note: See
TracTickets for help on using
tickets.