You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! 👋 I would like to express my deep gratitude to the authors of this library. At one time, your library helped me simplify the implementation of emoji when I was developing bots for the Telegram messenger, as well as when developing a frontend on Qt.
However, to my regret, I noticed that this repository has not been updated for a long time (the last commit was 4 years ago), but the topic of using emoji remains relevant. In addition, the current solution has other shortcomings.
I am developing a library AS::Emoji that solves these problems. It provides emoji in a convenient and safe format.
🔥 Example of use:
#include<iostream>
#include<ASEmoji.h>intmain()
{
std::cout << AS::Emoji::emojize("Hello, World! :Grinning Face with Smiling Eyes:") << std::endl;
return0;
}
🚀 Alternative for using Emoji in C++
Hello! 👋 I would like to express my deep gratitude to the authors of this library. At one time, your library helped me simplify the implementation of emoji when I was developing bots for the Telegram messenger, as well as when developing a frontend on Qt.
However, to my regret, I noticed that this repository has not been updated for a long time (the last commit was 4 years ago), but the topic of using emoji remains relevant. In addition, the current solution has other shortcomings.
I am developing a library AS::Emoji that solves these problems. It provides emoji in a convenient and safe format.
🔥 Example of use:
Output:
🔗 Repository: https://github.com/gleb-kun/ASEmoji
I'll be glad if it's useful to someone! I'll also be glad to receive your suggestions and help in improving 🚀
The text was updated successfully, but these errors were encountered: