Ticket #3069 (closed defect: fixed)

Opened 11 years ago

Last modified 11 years ago

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

  • Status changed from new to accepted
  • Owner set to andrew_b
  • 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:3 Changed 11 years ago by slavazanko

  • Votes for changeset set to slavazanko

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

comment:6 Changed 11 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.