Bettern cmap handling. Lots of changes.

This commit is contained in:
2026-08-17 23:06:23 +02:00
parent 8997f7f94a
commit 12f1ed2764
27 changed files with 10351 additions and 217 deletions
+18
View File
@@ -0,0 +1,18 @@
#lang racket/base
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Single source for the racket-wiki software version.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require racket/runtime-path
setup/getinfo
)
(provide racket-wiki-version)
(define-runtime-path info-path "..")
(define racket-wiki-version
(let ((info (get-info/full info-path)))
(info 'version)))