diff options
| author | Micha Moskovic <michamos@gmail.com> | 2017-06-23 10:30:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-23 10:30:21 +0200 |
| commit | 2d2fa8ec9420088630152aaedceb11524a5a2c4b (patch) | |
| tree | 2bfe7087a33c8b134d681aad42d5d431b3bfa28a /unidecode | |
| parent | fd9f9f9816b7530ef262832c9ba0ea37b43110b9 (diff) | |
| download | unidecode-2d2fa8ec9420088630152aaedceb11524a5a2c4b.tar.gz | |
U+05be is a hyphen
U+05be is the Hebrew Maqaf character, which is equivalent to a hyphen, as explained in https://en.wikipedia.org/wiki/Hebrew_punctuation#Hyphen_and_maqaf.
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x005.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unidecode/x005.py b/unidecode/x005.py index 2913fff..85d6abb 100644 --- a/unidecode/x005.py +++ b/unidecode/x005.py @@ -189,7 +189,7 @@ data = ( 'u', # 0xbb '\'', # 0xbc '', # 0xbd -'', # 0xbe +'-', # 0xbe '', # 0xbf '|', # 0xc0 '', # 0xc1 |
