In system 25.1, with microcode 613, on LISP Machine Four: try typing: (eq '|aAAAAAAAAAAAAAAAAAAAAAAAA| '|AAAAAAAAAAAAAAAAAAAAAAAAa|) ;24 "A"s and 1 "a" the answer is T! This is because INTERN calls STRING-EQUAL which is insensitive to case, and these two strings sxhash to the same thing!