Update explanation of HIGH range.
authorChris Hanson <org/chris-hanson/cph>
Mon, 13 Mar 2017 01:57:45 +0000 (18:57 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 13 Mar 2017 01:57:45 +0000 (18:57 -0700)
src/runtime/chrset.scm

index bc90c5c6c94ac5e5deed232f286d67882690732e..9557846e966e9250a787cf2707a7ce79e4710938 100644 (file)
@@ -36,8 +36,7 @@ USA.
 ;;; another, and no two ranges are adjacent.  These ranges are sorted so that
 ;;; their STARTs are in order.
 ;;;
-;;; The HIGH range sequence is implemented as a u32 bytevector of alternating
-;;; START and END points.  The vector always has an even number of points.
+;;; The HIGH range sequence is a u24 bytevector implementing an inversion list.
 
 (define-record-type <char-set>
     (%make-char-set low high)