aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordamien clochard <damien@dalibo.info>2018-09-05 18:41:48 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-05 09:41:48 -0700
commitefe99b5e97a260c53644fb2fc32b8e87e569de7f (patch)
tree0e760775284349e2488e4cb1e8c5823bac76b6b5
parentceec26f6471d3c1cbd971cf7701144ccd5bbfdca (diff)
downloadpandoc-efe99b5e97a260c53644fb2fc32b8e87e569de7f.tar.gz
Document encoding issue with `--listings` (#4873)
Document encoding issue with `--listings`. Closes #4871.
-rw-r--r--MANUAL.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 15b1288c2..cd38e32b3 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -901,7 +901,10 @@ Options affecting specific writers
`--listings`
-: Use the [`listings`] package for LaTeX code blocks
+: Use the [`listings`] package for LaTeX code blocks. The package
+ does not support multi-byte encoding for source code. To handle UTF-8
+ you would need to use a custom template. This issue is fully
+ documented here: [Encoding issue with the listings package].
`-i`, `--incremental`
@@ -1129,6 +1132,8 @@ Options affecting specific writers
[Dublin Core elements]: http://dublincore.org/documents/dces/
[ISO 8601 format]: http://www.w3.org/TR/NOTE-datetime
+[Encoding issue with the listings package]:
+ https://en.wikibooks.org/wiki/LaTeX/Source_Code_Listings#Encoding_issue
Citation rendering
------------------