diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-11-01 02:48:20 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-11-01 02:48:20 +0000 |
commit | 683b8e10b5e2267d99c88909ab7b20662d414b09 (patch) | |
tree | 73e0a49a15fb65a3f53e349ca82e690b9292373d /tests/writer.texinfo | |
parent | 313d2e40b8b6d4457a70dc22e14da1e48e0bd6b1 (diff) | |
download | pandoc-683b8e10b5e2267d99c88909ab7b20662d414b09.tar.gz |
Set utf-8 encoding in texinfo headers.
Resolves Issue #153.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1617 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.texinfo')
-rw-r--r-- | tests/writer.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.texinfo b/tests/writer.texinfo index 025319ac9..4fae5da6c 100644 --- a/tests/writer.texinfo +++ b/tests/writer.texinfo @@ -1,5 +1,5 @@ \input texinfo - +@documentencoding utf-8 @macro textstrikeout{text} ~~\text\~~ @end macro |