pandoc/src/Text
Artyom Kazak ec88d47f23 Correctly implement capitalisation.
Using `map toUpper` to capitalise text is wrong, as e.g.
“Straße” should be converted to “STRASSE”, which is 1 character
longer. This commit adds a `capitalize` function and replaces
2 identical implementations in different modules (`toCaps` and
`capitalize`) with it.
2014-08-03 17:37:37 +04:00
..
Pandoc Correctly implement capitalisation. 2014-08-03 17:37:37 +04:00
Pandoc.hs New module, Text.Pandoc.MediaBag. 2014-07-31 12:00:21 -07:00