-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support alias back-and-forth #8
Comments
@quenbyako oops, my bad. I've updated. Shoud be: |
@liemle3893 why you just don't make reverse map searching? It's really trivial: you just finding key by ranging values 🙃 Also, there is even more simple way: why just not copy But, even i'm not author or contributor to this project, i appreciate your work, no matter how much there are more solutions of this issue exist |
@quenbyako for a single emoji, yeah sure, it is easy to convert ❤️ => |
another option is to use https://github.com/forPelevin/gomoji which allows to replace emojis with their slug, then use this library for the other direction 🤦 each library support the conversion only in one direction
|
Hi there,
I found this module is quite interesting and easy to catch up.
Currently, I got into situation where I need to implement some kind of searching, but the search engine is not fully support utf8. So, it's may good for user to be able to convert ❤️ =>
:heart:
and back,:heart:
=> ❤️I'm also done a prototype for these implementation. My repo: liemle3893@985fe95
It's cool if we can add this feature.
Regards.
The text was updated successfully, but these errors were encountered: