99x / 99x/emojicpp

Aternative for using Emoji in C++

Open
#45 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
C++
Stars
273
Forks
49
PR merge metrics
No merged PRs in 30d

Description

🚀 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:
```cpp
#include
#include

int main()
{
std::cout << AS::Emoji::emojize("Hello, World! :Grinning Face with Smiling Eyes:") << std::endl;
return 0;
}
```
Output:
```
Hello, World! 😄
```

🔗 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 🚀

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue does not name any file, test, or change in emojicpp; it points instead to the external AS::Emoji project and its ASEmoji.h example. Start by clarifying whether the repository should adopt a specific alternative, then define the requested behavior and acceptance criteria before considering implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
10/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.