decode cid: 160 and 170 to spaces

pull/157/head
Healthi 2018-06-20 17:17:03 +05:30
parent ac8bb81c72
commit 65eb0cef82
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ ENCODING = [
('six', 54, 54, 54, 54),
('slash', 47, 47, 47, 47),
('space', 32, 32, 32, 32),
('space', None, 202, 160, None),
('space', None, 202, 173, None),
('sterling', 163, 163, 163, 163),
('t', 116, 116, 116, 116),
('thorn', None, None, 254, 254),