Unified search for ansi+unicode

Discussion related to "Everything" 1.5.
w64bit
Posts: 341
Joined: Wed Jan 09, 2013 9:06 am

Unified search for ansi+unicode

Post by w64bit »

Word > insert equation > first in list > area of circle
The "A" it's not latin A (U+0041), its MATHEMATICAL ITALIC CAPITAL A (U+1D434)
Is there any way to search in Everything for latin A and find also MATHEMATICAL ITALIC CAPITAL A, and any other unicode A?
Like a equivalent list. Custom list?
therube
Posts: 5766
Joined: Thu Sep 03, 2009 6:48 pm

Re: Unified search for ansi+unicode

Post by therube »

Would Synonym Lists work?

It does, within its' limitations.

.
Everything - Mathematical A.png
You do not have the required permissions to view the files attached to this post.
void
Developer
Posts: 20078
Joined: Fri Oct 16, 2009 11:31 pm

Re: Unified search for ansi+unicode

Post by void »

Everything will only normalize Unicode characters in the Basic Multilingual Plane (BMP) (first 65536 characters).

MATHEMATICAL ITALIC CAPITAL A (U+1D434) is outside the BMP plane.

I may add support for normalization for all planes in a future version.