diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2018-06-19 20:35:36 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2018-06-19 20:37:05 +0200 |
| commit | bb723e2ddb07c943c692ec08087c5b70fcdc4632 (patch) | |
| tree | 4582dc3f85e4d357f939931bec6a6364f0b59c43 /unidecode | |
| parent | 2fcca2e2c6c37c59af173c5eb372f47bdaae3c65 (diff) | |
| download | unidecode-bb723e2ddb07c943c692ec08087c5b70fcdc4632.tar.gz | |
Fix "SQUARE V OVER M" and "SQUARE A OVER M".
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x033.py | 4 |
1 files 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 |
