An opinionated port of the Racket raart ascii art library.
Go to file
Vivianne 3885faaa3a
Initial commit
2024-03-08 15:22:21 -05:00
build-aux Initial commit 2024-03-08 15:22:21 -05:00
doc Initial commit 2024-03-08 15:22:21 -05:00
.gitignore Initial commit 2024-03-08 15:22:21 -05:00
COPYING Initial commit 2024-03-08 15:22:21 -05:00
HACKING Initial commit 2024-03-08 15:22:21 -05:00
Makefile.am Initial commit 2024-03-08 15:22:21 -05:00
README.org Initial commit 2024-03-08 15:22:21 -05:00
configure.ac Initial commit 2024-03-08 15:22:21 -05:00
guart.scm Initial commit 2024-03-08 15:22:21 -05:00
guix.scm Initial commit 2024-03-08 15:22:21 -05:00
pre-inst-env.in Initial commit 2024-03-08 15:22:21 -05:00

README.org

README for Guile Uniseg

guile-uniseg is a simple Guile library that provides several new Guile character sets for categorizing East Asian characters and emoji. This can be useful when determining the width of characters.

This library is heavily inspired by the golang libraries uniseg and uniseg.

Scripts

There are two scripts which can be used to regenerate the character set files. These are optional to run, since the script's output is stored in the repository at uniseg/eastasian.scm and uniseg/emoji.scm.

However, should the source change as the unicode spec changes, these can be refreshed.