~sircmpwn/hare-text

Text encodings support for Hare
iana_table: fix typo
Implement (no-op) UTF-8 transformer
Implement ISO/IEC 8859-1 (latin-1) encoding

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-text
read/write
git@git.sr.ht:~sircmpwn/hare-text

You can also use your local clone with git send-email.

#hare-text

The text module provides implementations of encoders and decoders for various text encodings to convert between arbitrary encodings and UTF-8.

WIP