From ffcd10a232170c9185cd53d4d003b68687d79ea1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Jun 2017 13:56:49 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/html_entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/html_entities.py b/src/calibre/ebooks/html_entities.py index b01494e91f..04cb3bc263 100644 --- a/src/calibre/ebooks/html_entities.py +++ b/src/calibre/ebooks/html_entities.py @@ -93,7 +93,7 @@ html5_entities = { 'DifferentialD': 'ⅆ', 'Dopf': '𝔻', 'Dot': '¨', - 'DotDot': '⃜', + 'DotDot': '⃜\u20dc', 'DotEqual': '≐', 'DoubleContourIntegral': '∯', 'DoubleDot': '¨',