Highlight should be accent insensitive #8884
sarioglu
started this conversation in
Feature requests
Replies: 1 comment 1 reply
|
You are welcome to submit a PR with this feature |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Currently Highlight component works as case insensitive. This does not work as expected with non-ASCII characters. For example, in Turkish
iİandıIare different characters. Therefore following example does not highlight anything. This is because case insensitivity assumesishould matchI, notİ. Similar examples can be given from other languages as well.I think it should work accent insensitive by default (as it is already case insensitive), or it should at least be an option. What do you think? I can create the PR if this is approved as a feature.
All reactions