aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-27 22:13:11 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-27 22:13:11 +0000
commit141affdb5140478464bf3c7331f6be4cf9454dd6 (patch)
treecf2db2443f46fd355bf62c0b0d4ea703d698fb1d /tests/writer.html
parentd06417125dd4d8cb177abd2d472c0c1cad4c49be (diff)
downloadpandoc-141affdb5140478464bf3c7331f6be4cf9454dd6.tar.gz
More changes in entity handling: Instead of using entities for characters
above 128 in HTML and Docbook output, we now just use unicode. After all, we're declaring UTF-8 content in the header. This makes the HTML and docbook files produced by pandoc much more readable and editable. Changes to Entities.hs: + Removed specialCharToEntity + Added escapeSGMLChar (which just escapes the basic four, <>&") + Modified encodeEntities and stringToSGML to use escapeSGMLChar + Removed encodeEntitiesNumerical + Rewrote encodeEntities for better performance + Rewrote stringToSGML for better performance git-svn-id: https://pandoc.googlecode.com/svn/trunk@516 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.html')
-rw-r--r--tests/writer.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/writer.html b/tests/writer.html
index 3213bb9ce..356e4cb3e 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -557,11 +557,11 @@ Cat &amp; 1 \\ \hline
Here is some unicode:
</p>
<ul>
- <li>I hat: &Icirc;</li>
- <li>o umlaut: &ouml;</li>
- <li>section: &sect;</li>
- <li>set membership: &isin;</li>
- <li>copyright: &copy;</li>
+ <li>I hat: Î</li>
+ <li>o umlaut: ö</li>
+ <li>section: §</li>
+ <li>set membership: ∈</li>
+ <li>copyright: ©</li>
</ul>
<p>
AT&amp;T has an ampersand in their name.