-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Broken case-insensitive search for cyrillic text #9980
Copy link
Copy link
Closed
Labels
area:editorFeedback for code editing, formatting, editor iterations, etcFeedback for code editing, formatting, editor iterations, etcarea:internationalizationFeedback for human language support, translations, etcFeedback for human language support, translations, etcarea:searchbuffer search, project search, etcbuffer search, project search, etcbugDEPRECATED label: use issue type 'Bug' insteadDEPRECATED label: use issue type 'Bug' insteadstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce
Metadata
Metadata
Assignees
Labels
area:editorFeedback for code editing, formatting, editor iterations, etcFeedback for code editing, formatting, editor iterations, etcarea:internationalizationFeedback for human language support, translations, etcFeedback for human language support, translations, etcarea:searchbuffer search, project search, etcbuffer search, project search, etcbugDEPRECATED label: use issue type 'Bug' insteadDEPRECATED label: use issue type 'Bug' insteadstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce
Type
Fields
Give feedbackNo fields configured for issues without a type.
Check for existing issues
Describe the bug / provide steps to reproduce it
The text search seems to be always case-sensitive when looking for a string with Cyrillic characters.
Check out this sample:
Now, if you search for
hello, both last rows match, whereas if you search forпривет, only the second one does. Switching to Match case and back makes no difference.Environment
Zed: v0.128.3 (Zed)
OS: macOS 14.4.0
Memory: 32 GiB
Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
Search with disabled Match case option should find all substrings regardless of the case.
If applicable, attach your
~/Library/Logs/Zed/Zed.logfile to this issue.No response