Fix readme

This commit is contained in:
Vivianne 2024-03-11 00:17:14 -04:00
parent a0c5c3d8c2
commit b7ca692420
Signed by: vv
GPG Key ID: F3E249EDFAC7BE26
1 changed files with 4 additions and 9 deletions

View File

@ -1,14 +1,9 @@
# -*- mode: org; coding: utf-8; -*-
#+TITLE: README for Guile Uniseg
#+TITLE: README for Guile Gaart
~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.
~guile-gaart~ is a library for making art with ascii (and unicode!) characters
This library is heavily inspired by the golang libraries ~uniseg~ and ~uniseg~.
This library is heavily inspired by the Racket library ~raart~. However, some aspects have been modernized and made to support Unicode better. The library is also more designed around making rich text interfaces than the original, so styles will be defined in a different way.
* 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.
Currently the library is under construction!