From 5b97b150cc63a5cab48a544e2b15881409702781 Mon Sep 17 00:00:00 2001 From: Scott Morrison Date: Wed, 21 Aug 2013 16:10:42 +1000 Subject: cedilla-o breaks the compile, removing again --- src/Text/Pandoc/Readers/LaTeX.hs | 2 -- 1 file changed, 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 -- cgit v1.2.3