summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Hammarberg <emilhammarberg@protonmail.com>2023-03-10 14:55:37 +0100
committerEmil Hammarberg <emilhammarberg@protonmail.com>2023-03-10 14:55:37 +0100
commit0011dd12e5fc0858e0aa803588d365f18e4919b4 (patch)
treecfd907e7a4617c5786afc8932b172c03edb7776b
parent414199246e4871669896756279e3460ff0364839 (diff)
downloadunidecode-0011dd12e5fc0858e0aa803588d365f18e4919b4.tar.gz
Map ・ and ー (issue #71)
-rw-r--r--unidecode/x030.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/unidecode/x030.py b/unidecode/x030.py
index 549ee82..0e4b214 100644
--- a/unidecode/x030.py
+++ b/unidecode/x030.py
@@ -250,8 +250,8 @@ None, # 0xa0
'vi', # 0xf8
've', # 0xf9
'vo', # 0xfa
-'', # 0xfb
-'', # 0xfc
+'*', # 0xfb
+'-', # 0xfc
'"', # 0xfd
'"', # 0xfe
)