diff options
author | Scott Morrison <scott@tqft.net> | 2013-08-21 16:10:42 +1000 |
---|---|---|
committer | Scott Morrison <scott@tqft.net> | 2013-08-21 16:10:42 +1000 |
commit | 5b97b150cc63a5cab48a544e2b15881409702781 (patch) | |
tree | 3abbd74b373c3202ca727f9a3dc9c50778eb672c /src/Text/Pandoc/Readers | |
parent | 0b5156cc7e6e77bb072e6f4e09f6468f6d8a8f60 (diff) | |
download | pandoc-5b97b150cc63a5cab48a544e2b15881409702781.tar.gz |
cedilla-o breaks the compile, removing again
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r-- | src/Text/Pandoc/Readers/LaTeX.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index 37cec697b..20ed88717 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -679,8 +679,6 @@ cedilla 'e' = 'ȩ' cedilla 'E' = 'Ȩ' cedilla 'h' = 'ḩ' cedilla 'H' = 'Ḩ' -cedilla 'o' = 'o̧' -cedilla 'O' = ''O̧ cedilla c = c hacek :: Char -> Char |