From 4e5745134a8867d68a4678285272869d1c0ebce3 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 2 Jan 2007 00:29:22 +0000 Subject: Use entities for all characters above 127 in docbook output. Though XML tools should support unicode, some people will be using SGML tools, and these do not. Using entities makes the docbook files more portable. Also refactored encodeEntities and charToHtmlEntity in HtmlEntities.hs git-svn-id: https://pandoc.googlecode.com/svn/trunk@394 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.docbook | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/writer.docbook b/tests/writer.docbook index 3b3d661a3..3cf7b6bcf 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -701,27 +701,27 @@ Cat & 1 \\ \hline - I hat: Î + I hat: Î - o umlaut: ö + o umlaut: ö - section: § + section: § - set membership: ∈ + set membership: ∈ - copyright: © + copyright: © -- cgit v1.2.3