aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès2009-11-20 11:55:18 +0100
committerLudovic Courtès2009-11-20 11:57:09 +0100
commitc8adc394b79e928d38722327cc18c7dfc6f1cb26 (patch)
treea17412947c83652554d1d852163a1ba52db29e31 /doc
parent1d1d62c420ae807f5e3d6b51e4b585a9dcd3bb1e (diff)
downloadskribilo-c8adc394b79e928d38722327cc18c7dfc6f1cb26.tar.gz
skribilo-c8adc394b79e928d38722327cc18c7dfc6f1cb26.tar.lz
skribilo-c8adc394b79e928d38722327cc18c7dfc6f1cb26.zip
Choose the right encoding for input documents.
* src/guile/skribilo.scm (skribilo): Use the right encoding for the current input port. * src/guile/skribilo/evaluator.scm (load-document, include-document): Likewise. * doc/user/user.skb: Add a `coding:' comment for use by Guile at the top.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/user.skb5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/user/user.skb b/doc/user/user.skb
index d4efaf4..86eda21 100644
--- a/doc/user/user.skb
+++ b/doc/user/user.skb
@@ -1,6 +1,6 @@
-;;; user.skb -- The Skribilo user manual.
+;;; user.skb -- The Skribilo user manual. -*- coding: iso-8859-1 -*-
;;;
-;;; Copyright 2005, 2006, 2007, 2008 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright 2005, 2006, 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org>
;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano
;;;
;;;
@@ -266,7 +266,6 @@ of documentation ``evaluation''.])))
#f)))))
;; Local Variables:
-;; coding: latin-1
;; comment-start: ";"
;; comment-end: ""
;; ispell-local-dictionary: "american"