cc39c313c5
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. |
||
---|---|---|
.. | ||
Tests | ||
Text | ||
pandoc.hs | ||
test-pandoc.hs |