From bb723e2ddb07c943c692ec08087c5b70fcdc4632 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Tue, 19 Jun 2018 20:35:36 +0200 Subject: Fix "SQUARE V OVER M" and "SQUARE A OVER M". --- unidecode/x033.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unidecode/x033.py b/unidecode/x033.py index 97f3b0a..8531061 100644 --- a/unidecode/x033.py +++ b/unidecode/x033.py @@ -221,8 +221,8 @@ data = ( 'sr', # 0xdb 'Sv', # 0xdc 'Wb', # 0xdd -'[?]', # 0xde -'[?]', # 0xdf +'V/m', # 0xde +'A/m', # 0xdf '1d', # 0xe0 '2d', # 0xe1 '3d', # 0xe2 -- cgit v1.2.1