diff options
author | Mauro Bieg <mb21@users.noreply.github.com> | 2019-04-07 19:01:56 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-07 11:01:56 -0600 |
commit | 90dc3a3e13105c21335eee9c1de3dab65825bf6e (patch) | |
tree | 7eb58cd78733eadf9cbd9f9a79fcae1ec7c5a99e /src/Text/Pandoc | |
parent | 5e269b53267cc7914490ef540e040a7f712ea40b (diff) | |
download | pandoc-90dc3a3e13105c21335eee9c1de3dab65825bf6e.tar.gz |
Asciify.hs: add Turkish undotted-i (#5434)
fixes #5433
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Asciify.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Asciify.hs b/src/Text/Pandoc/Asciify.hs index 56a035b02..cf4ef61bb 100644 --- a/src/Text/Pandoc/Asciify.hs +++ b/src/Text/Pandoc/Asciify.hs @@ -121,6 +121,7 @@ asciiMap = M.fromList ,('\302','I') ,('\303','i') ,('\304','I') + ,('\305','i') ,('\308','J') ,('\309','j') ,('\310','K') |