From c37973560553209e8e4db943394caade1647a146 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 10 Jun 2005 14:15:31 +0000 Subject: [PATCH] (txt2html): add utf-8 marker. --- ChangeLog | 2 ++ stepmake/bin/text2html.py | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a426152b30..6db0860dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-06-10 Han-Wen Nienhuys + * stepmake/bin/text2html.py (txt2html): add utf-8 marker. + * flower/string-convert.cc (precision_string): >? fix. * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too. diff --git a/stepmake/bin/text2html.py b/stepmake/bin/text2html.py index c2424deeba..80de409450 100644 --- a/stepmake/bin/text2html.py +++ b/stepmake/bin/text2html.py @@ -31,7 +31,13 @@ for a in sys.argv[1:]: pass s = r""" -
+
+
+
+  
+
+
+
 %s
 
""" % txt2html (open (a).read ()) -- 2.39.5