Update readme

This commit is contained in:
Vivianne 2024-03-02 14:25:46 -05:00
parent 4bab547c66
commit d5f8a64835
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
#+TITLE: README for Guile Runewidth
guile-runewidth is a simple Guile library that provides several new Guile character sets for categorizing
~guile-runewidth~ 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 library `runewidth`.
This library is heavily inspired by the golang library ~runewidth~.
* 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 runewidth/eastasian.scm and runewidth/emoji.scm.
the script's output is stored in the repository at ~runewidth/eastasian.scm~ and ~runewidth/emoji.scm~.
However, should the source change as the unicode spec changes, these can be refreshed.