From 156d170d13dd3268728767adf9147e8c4d53d01f Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 14 Nov 2017 19:23:35 +0100 Subject: Make italics work --- poezio/xhtml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'poezio/xhtml.py') diff --git a/poezio/xhtml.py b/poezio/xhtml.py index 170ea8d3..df11d005 100644 --- a/poezio/xhtml.py +++ b/poezio/xhtml.py @@ -491,7 +491,8 @@ def convert_simple_to_full_colors(text): '\x16': '\x196', '\x17': '\x197', '\x18': '\x198', - '\x19': '\x199' + '\x19': '\x199', + '\x1A': '\x19i' }) text = text.translate(mapping) -- cgit v1.2.3