Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samthor/tr51

Go library to process TR51 (aka Emoji 🤔🗜️🔨🎉) data
https://github.com/samthor/tr51

emoji golang tr51

Last synced: about 1 month ago
JSON representation

Go library to process TR51 (aka Emoji 🤔🗜️🔨🎉) data

Awesome Lists containing this project

README

        

Library for processing TR51 data from Unicode, [published here](https://unicode.org/Public/emoji/).
Supports all versions: 1.0, 2.0, 3.0, 4.0, 5.0, and 11.0+.
This repository doesn't contain any TR51 data, except for small samples for testing.

Documentation on [godoc](https://godoc.org/github.com/samthor/tr51).

## Extras

See [demo](demo) for a demo which prints all emoji.

The [emoji](emoji) package contains high-level normalization and helper code.

## License

Released under [Apache-2.0](LICENSE).