char-constants.lisp 232 B

123456789
  1. ;;;; char-constants.lisp
  2. (in-package #:bcgreek)
  3. (defconstant +medial-sigma+ #.(code-char #x03C3))
  4. (defconstant +final-sigma+ #.(code-char #x03C2))
  5. (defconstant +lunate-sigma+ #.(code-char #x03F2))
  6. (defconstant +capital-mark+ #\*)