When I run this test, I get a style warning about the character encoding, because of "Faré" in the comment:
Testing: test-program.script sbcl --noinform --no-userinit --no-sysinit --disable-debugger --eval "'(#.(load(string'|script-support.lisp|))#.(asdf-test::load-asdf)#.(asdf-test::frob-packages)#.(asdf-test:run-test-script'|test-program.script|))" STYLE-WARNING: Character decoding error in a ;-comment at position 1 reading source stream #<FD-STREAM
for "file /Users/rpg/lisp/asdf/uiop/contrib/debug.lisp"
{10043F6093}>, resyncing.
should lisp-invocation somehow be requesting UTF-8?
R