Ticket #3069 (closed defect: fixed)
Broken case-sensitive search in editor/viewer/diffviewer
Reported by: | andrew_b | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.11 |
Component: | mc-search | Version: | 4.8.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
There are some problems in search was raised after #3026.
Example.
Locale is KOI8-R, file encoding is UTF-8. Note: those encodings are not same.
File content is following (in Russian):
йцукен Йцукен
The difference is in first line char only: й (lowercase letter) and Й (uppercase letter).
The search of й gives the result й independently of case sensitivity. Й isn't found.
If switch "All charsets" on, nothing is found.
Change History
comment:1 Changed 11 years ago by andrew_b
- Summary changed from Broken case-insensitive search in editor/viewer/diffviewer to Broken case-sensitive search in editor/viewer/diffviewer
comment:2 Changed 11 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.11
Branch: 3069_case_sens_search_fix
Initial changeset:aede1552a20602214e6959a52192d3f22e44e1a2
comment:4 Changed 11 years ago by angel_il
- Votes for changeset changed from slavazanko to slavazanko angel_il
- Branch state changed from on review to approved
comment:5 Changed 11 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko angel_il to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [852b8857963d632fc8e1f2e548267d4f6f2f3371].
git log --pretty=oneline cc980f3..852b885
Note: See
TracTickets for help on using
tickets.