-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a080f71
commit cdff88a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Discord Text to Emoji # | ||
|
||
This program converts a string to emojis in Discord, and automatically copies the result to clipboard. It accepts alphanumeric strings. If a non-alphanumeric character is inputted, it will simply spit out **:regional\_indicator\_<char>:** For example: | ||
This program converts a string to emojis in Discord, and automatically copies the result to clipboard. It accepts alphanumeric strings. If a non-alphanumeric character is inputted, it will simply spit out `:regional\_indicator\_<char>:` For example: | ||
|
||
**abc 123** | ||
`abc 123` | ||
|
||
will become | ||
|
||
**:regional\_indicator\_a: :regional\_indicator\_b: :regional\_indicator\_c: :one: :two: :three:** | ||
`:regional_indicator_a: :regional_indicator_b: :regional_indicator_c: :one: :two: :three:` | ||
|
||
which displays as | ||
|
||
![Converted text](/images/converted.png) | ||
|
||
The binaries are compiled using Mingw-w64 for 64-bit Windows. | ||
The binaries are compiled using Mingw-w64 for 64-bit Windows. |