~ chicken-core (master) 40fb30558fd0312a51fce0d9dc326b6234bf3244


commit 40fb30558fd0312a51fce0d9dc326b6234bf3244
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Jun 1 11:12:24 2026 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Jun 1 11:12:24 2026 +0200

    ignore utf8 download requests

diff --git a/setup.defaults b/setup.defaults
index 07bc615c..6b265536 100644
--- a/setup.defaults
+++ b/setup.defaults
@@ -31,6 +31,7 @@
 
 (map (srfi-4 ->))
 (map (r7rs ->))
+(map (utf8 ->))
 
 
 ;; aliases for servers
Trap