aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/engine/html.scm
diff options
context:
space:
mode:
authorLudovic Courtès2012-05-10 23:47:01 +0200
committerLudovic Courtès2012-05-10 23:47:01 +0200
commitd266c260e569d3372fa09c121a04755e6d3c3bbb (patch)
tree82e135756eabfffa6c5a2c5f9dc6d229b4b5286e /src/guile/skribilo/engine/html.scm
parent966f7afaf9c370be463543da21f379a85d508804 (diff)
downloadskribilo-d266c260e569d3372fa09c121a04755e6d3c3bbb.tar.gz
skribilo-d266c260e569d3372fa09c121a04755e6d3c3bbb.tar.lz
skribilo-d266c260e569d3372fa09c121a04755e6d3c3bbb.zip
info/latex/lout: Set the output port's encoding.
* src/guile/skribilo/engine/html.scm (document): Fix typo in comment. * src/guile/skribilo/engine/info.scm (document)[guile-2]: Set the current output port's encoding to "UTF-8". * src/guile/skribilo/engine/latex.scm (latex-engine)[encoding]: New custom. (document): Set the output port's encoding to that. When that encoding is "UTF-8", add the right \usepackage. * src/guile/skribilo/engine/lout.scm (lout-engine)[encoding]: New custom. (document): Set the output encoding. Emit `@SysInclude { latin2 }' for ISO-8859-2.
Diffstat (limited to 'src/guile/skribilo/engine/html.scm')
-rw-r--r--src/guile/skribilo/engine/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm
index ae414b6..1621595 100644
--- a/src/guile/skribilo/engine/html.scm
+++ b/src/guile/skribilo/engine/html.scm
@@ -611,7 +611,7 @@
(cond-expand
(guile-2
- ;; Make sure the output is suitable encoded.
+ ;; Make sure the output is suitably encoded.
(and=> (engine-custom e 'charset)
(lambda (charset)
(set-port-encoding! (current-output-port)