Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Filenames with UTF-8 characters are not found #69

Closed
gjtorikian opened this issue Jan 29, 2015 · 7 comments · May be fixed by #340
Closed

Filenames with UTF-8 characters are not found #69

gjtorikian opened this issue Jan 29, 2015 · 7 comments · May be fixed by #340

Comments

@gjtorikian
Copy link
Contributor

utf8

@gjtorikian
Copy link
Contributor Author

The search string was erstiebegrüßung.

@kevinsawicki
Copy link
Contributor

Looked into this, for some reason the file path splits like this:

["e", "r", "s", "t", "i", "e", "b", "e", "g", "r", "u", "̈", "ß", "u", "n", "g"]

but the string entered into the box splits as:

["e", "r", "s", "t", "i", "e", "b", "e", "g", "r", "ü", "ß", "u", "n", "g"]

@gjtorikian
Copy link
Contributor Author

Is there anything I can do here to help contribute? I'm not sure where the splitting occurs. Seems like fuzzaldrin is doing the right thing, but most of the filtering is being handled by SelectListView. Is that right?

@izuzak
Copy link
Contributor

izuzak commented Mar 20, 2015

This also reminds me of atom/atom#1890.

@jeancroy
Copy link
Contributor

It looks like the mac file system does that (split ü into u + ¨)

http://stackoverflow.com/questions/5581857/git-and-the-umlaut-problem-on-mac-os-x/5582403#5582403

@winstliu
Copy link
Contributor

No repro on Windows. @ungb when you have a chance could you confirm if this bug still exists on macOS?

@winstliu winstliu added the mac label Feb 18, 2018
@gjtorikian
Copy link
Contributor Author

Yes, it does. Fuzzy-finder @ 1.7.3.

yes_because_no_one_works_on_these

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants