Add UTF-8 support to ansi module.

This commit is contained in:
Dominik Pantůček 2023-03-22 20:00:18 +01:00
parent 471ea24874
commit 4093313e43
2 changed files with 9 additions and 5 deletions

View file

@ -37,7 +37,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
members-base
primes
member-record
configuration)
configuration
table)
;; Print banner
(print "bbstool 0.4 (c) 2023 Brmlab, z.s.")
@ -95,6 +96,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
(members-base-tests!)
(primes-tests!)
(member-record-tests!)
(table-tests!)
(newline))
;; Load the members database (required for everything anyway)