aboutsummaryrefslogtreecommitdiff
path: root/dump
diff options
context:
space:
mode:
Diffstat (limited to 'dump')
-rw-r--r--dump/special-forms.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dump/special-forms.scm b/dump/special-forms.scm
index 99cebee..7b32785 100644
--- a/dump/special-forms.scm
+++ b/dump/special-forms.scm
@@ -577,7 +577,7 @@ The above query results to triples that have the form:
(prefix k v #f))))
prefixes))))
inputs))
- #:encoding "utf8")
+ #:encoding "UTF-8")
;; Dumping the actual data
(with-output-to-file
@@ -595,5 +595,5 @@ The above query results to triples that have the form:
(lambda (proc)
(proc db #:dump-metadata? table-metadata?))
inputs))
- #:encoding "utf8")))))))
+ #:encoding "UTF-8")))))))