Hacker News new | ask | show | jobs
by niwri 3466 days ago
I wouldn't be surprised if that behaviour was intentional.
2 comments

It is intentional. It allows a search for "pokemon" to match "Pokémon".
It's done with case-insensitive matching based on the rules of character collation [1], but I'm struggling to find a good article on the topic.

1.https://en.wikipedia.org/wiki/Collation