diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2013-05-30 18:01:24 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2013-05-30 18:01:24 +0200 |
| commit | a3512d39516dd34c9df91f89320888db705e1aa8 (patch) | |
| tree | b4f3493f28a22e645443448f0ffae04985690b78 /unidecode | |
| parent | a8209c55a08ff507e64a24e336e2570322d27a1e (diff) | |
| download | unidecode-a3512d39516dd34c9df91f89320888db705e1aa8.tar.gz | |
Added transliterations for sm, telephone, fax.
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x021.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unidecode/x021.py b/unidecode/x021.py index 8130bb4..fcb651b 100644 --- a/unidecode/x021.py +++ b/unidecode/x021.py @@ -31,8 +31,8 @@ data = ( '', # 0x1d '', # 0x1e '', # 0x1f -'', # 0x20 -'', # 0x21 +'(sm)', # 0x20 +'TEL', # 0x21 '(tm)', # 0x22 '', # 0x23 '', # 0x24 @@ -58,7 +58,7 @@ data = ( '', # 0x38 '', # 0x39 '', # 0x3a -'[?]', # 0x3b +'FAX', # 0x3b '[?]', # 0x3c '[?]', # 0x3d '[?]', # 0x3e |
