Commit c0c49604 authored by Raymond Toy's avatar Raymond Toy
Browse files

Replace :utf with :utf-8 since :utf is no longer an alias.

parent 6a513c60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@
(define-test unicode.word-break
  "Test Unicode word break algorithm"
  (:tag :unicode)
  (with-open-file (s *word-break-test* :direction :input :external-format :utf)
  (with-open-file (s *word-break-test* :direction :input :external-format :utf-8)
    (loop for line = (read-line s nil nil)
	  while line
	  do