💾 Archived View for gmi.noulin.net › markdown › emoji_README.md captured on 2023-07-10 at 18:17:57.

View Raw

More Information

-=-=-=-=-=-=-

# Sheepy
This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html)

# emoji

This is a header having the data in [Unicode Emoji List v11](https://unicode.org/emoji/charts/full-emoji-list.html).

The defines in the header have the pattern: __"EM_"__"CLDR Short Name" and the contents are C hexadecimal strings of the UTF8 code point for the emoji.

# Usage

Install with spm: `spm install emoji`

Include emoji: `#include "shpPackages/emoji/emoji.h"`, then:

puts(EM_FACE_WITH_ROLLING_EYES " " EM_BEER_MUG " " EM__PIRATE_FLAG " " EM_ALIEN_MONSTER " " EM_BOMB);


# Related

The [emi package](https://noulin.net/emi/file/README.md.html) is the CLI command using the emoji library.