Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samthor/tr51
- Owner: samthor
- License: apache-2.0
- Created: 2018-06-04T05:49:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T21:13:31.000Z (7 months ago)
- Last Synced: 2024-06-20T03:57:18.941Z (5 months ago)
- Topics: emoji, golang, tr51
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).