Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find some unicode characters #56

Closed
rentalhost opened this issue Dec 13, 2017 · 1 comment
Closed

Cannot find some unicode characters #56

rentalhost opened this issue Dec 13, 2017 · 1 comment

Comments

@rentalhost
Copy link

For instance, the unicode "⚔️" could not be localized by search. The problem here is because it is not only the "⚔" unicode, but two unicodes. In this case:

Crossed Swords:         E2 9A 94 +
Variation Selector-16:  EF B8 8F

So the solution for that is search by first unicode character, then append the next ones as mixing.

For instance:

image

So even that I search by "abc", it should list the "a" as primary subject so "b" and "c" as mixing characters.

@vasa-c
Copy link
Member

vasa-c commented Jan 22, 2019

We are working on composed symbols at the moment

@vasa-c vasa-c closed this as completed Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants