atom / fuzzy-finder

Find and open files quickly
MIT License
274 stars 138 forks source link

Case insensitive find doesn't work #346

Closed borishere closed 6 years ago

borishere commented 6 years ago

Prerequisites

Description

Case insensitive find doesn't work for Russian language.

8

Steps to Reproduce

  1. Gif explains all

Reproduces how often: 100%

Versions

Atom : 1.26.1 Electron: 1.7.11 Chrome : 58.0.3029.110 Node : 7.9.0

apm 1.19.0 npm 3.10.10 node 6.9.5 x64 atom 1.26.1 python 2.7.14 git 2.13.0.windows.1 visual studio

Windows 10 Pro

rsese commented 6 years ago

Thanks for contributing!

I think this is a duplicate of https://github.com/atom/superstring/issues/56 which is fixed as of 1.27.0-beta0. If things aren't fixed you in that version let me know.


Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.