Skip to content
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

--ignore-case/--smart-case/--case-sensitive fail to match when there are diacritics in input #1395

Open
jolmg opened this issue Jul 15, 2020 · 0 comments

Comments

@jolmg
Copy link

jolmg commented Jul 15, 2020

Steps to reproduce

$ echo Imágenes | ag -i 'imágenes'
$ echo Imágenes | ag -i 'im.genes'
$ echo Imágenes | ag -S 'Im.genes'
$ echo Imágenes | ag -s 'Im.genes'
$ echo Imágenes | ag 'Imágenes'
Imágenes

What happens?

ag only matches in the last one

What should happen?

It should match all of them.

version

$ ag --version
ag version 2.2.0

Features:
  +jit +lzma +zlib
@jolmg jolmg changed the title --ignore-case/--smart-case/--case-sensitive fails to match when there are diacritics in input --ignore-case/--smart-case/--case-sensitive fail to match when there are diacritics in input Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant