What should 'AE' match?

General discussion related to "Everything".
Post Reply
therube
Posts: 4604
Joined: Thu Sep 03, 2009 6:48 pm

What should 'AE' match?

Post by therube »

What should Æ match?
As it is, with diacritics disabled, it matches 'A' (and 'a').
void
Developer
Posts: 15237
Joined: Fri Oct 16, 2009 11:31 pm

Re: What should 'AE' match?

Post by void »

What should Æ match?

It should match ae.
Unfortunately, in Everything, for performance reasons, it simply matches a.

Everything uses several normalization routines when match diacritics is disabled.

One method is NormalizeString
Another is converting to codepage 20127 (ASCII), this normalization is replacing Æ with a.
Post Reply