Y
Hacker News
new
|
ask
|
show
|
jobs
by
niwri
3466 days ago
I wouldn't be surprised if that behaviour was intentional.
2 comments
johnfn
3466 days ago
It is intentional. It allows a search for "pokemon" to match "Pokémon".
link
x3n0ph3n3
3466 days ago
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
link
Pyppe
3465 days ago
Transliteration. See e.g.
https://en.m.wikipedia.org/wiki/Transliteration
link