diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guile/skribilo/engine/html.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index 25eeb1b..7e4897b 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -142,7 +142,7 @@ :custom `(;; the icon associated with the URL (favicon #f) ;; charset used - (charset "ISO-8859-1") + (charset "UTF-8") ;; enable/disable Javascript (javascript #f) ;; user html head |