default-uppercase-list
The default list of uppercase characters. The order and sequence of characters in this list must match the order and sequence in default-lowercase-list.
Norman Walsh, <ndw@nwalsh.com>
(define default-uppercase-list ;; The default list of uppercase characters '(#\A #\B #\C #\D #\E #\F #\G #\H #\I #\J #\K #\L #\M #\N #\O #\P #\Q #\R #\S #\T #\U #\V #\W #\X #\Y #\Z))