Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lazerbeak12345/encode-ita_2
Encodes strings in the 5 bit ITA2 character encoding.
https://github.com/lazerbeak12345/encode-ita_2
baudot baudot-murray encoder ita-2 ita2 string strings
Last synced: about 2 months ago
JSON representation
Encodes strings in the 5 bit ITA2 character encoding.
- Host: GitHub
- URL: https://github.com/lazerbeak12345/encode-ita_2
- Owner: Lazerbeak12345
- License: bsd-3-clause
- Created: 2022-10-26T01:59:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T03:05:59.000Z (about 2 years ago)
- Last Synced: 2024-11-13T00:44:15.634Z (2 months ago)
- Topics: baudot, baudot-murray, encoder, ita-2, ita2, string, strings
- Language: Racket
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# encode-ITA_2
[![Racket](https://img.shields.io/badge/-Made%20with%20Racket-darkred?logo=racket)](https://racket-lang.org)
Encodes strings in the 5 bit ITA2 character encoding.
Works out of the box with `typed/racket`.
Provides `rackunit` tests.
Be aware if you site this that I used Wikipedia as my source 😅.
(The only thing I sourced was the table from characters to values)