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

should support literal search, duh #1

Open
dthtvwls opened this issue Dec 11, 2015 · 3 comments
Open

should support literal search, duh #1

dthtvwls opened this issue Dec 11, 2015 · 3 comments

Comments

@dthtvwls
Copy link

No description provided.

@jessetane
Copy link
Owner

You're right, there definitely needs to be a way to do this! In my mind, search is for finding characters you can describe but don't have on hand, and urls are for literal lookups. That said, urls were previously hex strings which are next to useless for humans... so I've changed it - now copy and pasting emoji for example should work:

http://unicodes.jessetane.com/⛈

@jessetane
Copy link
Owner

Someone else asked me about this the other day. Maybe single character searches should be treated as lookups, but anything longer as an actual search?

@ppo
Copy link

ppo commented Jan 19, 2021

It would be great to also work with character identifiers like…

  • U+203E (or 203E)
  • UTF-* encoding: 0xE2 0x80 0xBE (+on each part), 0x203E, 0x0000203E
  • htmlentities: &#8254, &#x203E, &oline

PS: And thank you for this great/useful tool 😀

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

3 participants