diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-05-06 22:32:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-05-06 22:32:06 -0700 |
commit | fb201a5b46bb49aa57a8462d7ded8ea2ff76be81 (patch) | |
tree | 257341bc65bde21c3349746d2a14f8d6b990ea51 /README | |
parent | d6dd5fff7bd42791597a7de75bae631c978ef259 (diff) | |
download | pandoc-fb201a5b46bb49aa57a8462d7ded8ea2ff76be81.tar.gz |
Updated man page and README.
Pandoc no longer respects locale, even when compiled by GHC 6.12.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -116,9 +116,7 @@ Character encodings ------------------- All input is assumed to be in the UTF-8 encoding, and all output -is in UTF-8 (unless your version of pandoc was compiled using -GHC 6.12 or higher, in which case the local encoding will be used). -If your local character encoding is not UTF-8 and you use +is in UTF-8. If your local character encoding is not UTF-8 and you use accented or foreign characters, you should pipe the input and output through [`iconv`]. For example, |