-
Notifications
You must be signed in to change notification settings - Fork 187
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
utf8 support #83
Comments
@jbolila It is actually
Normally this doesn't bother me so much though. |
thank you @lotabout you're right. ❯ rg -S -n --color=always '' Cargo.toml
1:[package]
2:authors = ["Jo[0mo Bolila <j**>"]
..
❯ rg -S -n --color=always 'au' Cargo.toml
2:authors = ["João Bolila <j**>"] |
@lotabout Could you elaborate on your suggestion to use ag here? ag returns an error if you provide it with an empty pattern. So how do you even use ag in the first place here? |
@BurntSushi Sorry, I was wrong. I've updated my comment. I was using |
sk --ansi -i -c 'rg -S -n --color=always "{}"'
In the response the utf8 characters aren't showing correctly:
although after the first character everything look fine:
The text was updated successfully, but these errors were encountered: