From c8adc394b79e928d38722327cc18c7dfc6f1cb26 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 20 Nov 2009 11:55:18 +0100 Subject: 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. --- doc/user/user.skb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/user/user.skb') 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 +;;; Copyright 2005, 2006, 2007, 2008, 2009 Ludovic Courtès ;;; 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" -- cgit v1.2.3