mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
9 lines
254 B
Scheme
9 lines
254 B
Scheme
|
|
(define-library (srfi 159 unicode)
|
|
(import (scheme base)
|
|
(scheme char)
|
|
(chibi show base)
|
|
(srfi 130)
|
|
(srfi 151))
|
|
(export (rename terminal-aware as-unicode))
|
|
(include "../166/width.scm" "../166/unicode.scm"))
|