From 439afb0e165c3bf4cf288ae9bb02e2489ed8b641 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 11 Aug 2023 15:09:00 +0300 Subject: Use correct encoding when writing to a file Signed-off-by: Munyoki Kilyungi --- dump/special-forms.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dump') 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"))))))) -- cgit v1.2.3