pandoc/src
John MacFarlane cc39c313c5 Don't encode/decode file paths if base >= 4.5.
Prior to base 4.5 (and perhaps earlier - check), filepaths and command
line arguments were treated as unencoded lists of bytes, not unicode
strings, so we had to work around that by encoding and decoding
them.  This commit adds CPP checks for base 4.5 that disable the
encoding/decoding.

Fixes a bug with multilingual filenames when pandoc was compiled
with ghc 7.4. Closes #540.
2012-06-24 10:58:15 +02:00
..
Tests LaTeX writer: Ensure newline after Verbatim at end of footnote. 2012-06-01 10:50:22 -07:00
Text Don't encode/decode file paths if base >= 4.5. 2012-06-24 10:58:15 +02:00
pandoc.hs Don't encode/decode file paths if base >= 4.5. 2012-06-24 10:58:15 +02:00
test-pandoc.hs LaTeX writer: Ensure newline after Verbatim at end of footnote. 2012-06-01 10:50:22 -07:00