-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot search for Non-Ascii characters (ex. å) #101
Comments
Å, ä and ö works fine on linux although the characters get escaped. Did you try the same with emacs grep? On linux I get the same behavior there. Escaped chars and search hits. |
Hmm, would like to do some debugging but don't know where to start. Any tips to get started? Where is this escaping taking place for example? |
The escaping of the search string is triggered by |
Investigated a bit more and got it to work with I tested with a global config:
That made it work for me personally. Not sure if that's the path to take for this package when running on windows. Maybe a slippery slope...!? |
I know, it's an old thread but someone might still find useful. The suggestion above was not sufficient for me (I'm on Windows 10 with a Hungarian locale). Although (prefer-coding-system 'utf-8)
(setq default-process-coding-system '(undecided-dos . windows-1250)) Replace |
Hi!
Not entirely sure if the error is in
rg.el
or not but thought to report it anyhow to see if it's reproducible or not.On a PC, Windows 10, searching with rg.el for a string including a non-ascii character doesn't give any results back. The exact same search in terminal works fine.
Example search query:
The text was updated successfully, but these errors were encountered: