diff options
| author | Alon Bar-Lev <alon.barlev@gmail.com> | 2021-08-04 19:48:11 +0300 |
|---|---|---|
| committer | Alon Bar-Lev <alon.barlev@gmail.com> | 2021-08-31 20:44:50 +0300 |
| commit | 974723fbcbc35b6248ee72f9e1b887f266f54027 (patch) | |
| tree | 8af0fba44e4f85ce51394a772f722385b923becd /unidecode/x0fb.py | |
| parent | b27d0291e50dc78bf5425da6567d22c983e4ea25 (diff) | |
| download | unidecode-974723fbcbc35b6248ee72f9e1b887f266f54027.tar.gz | |
Improve Yiddish conversion
Cleanup invalid characters and typos.
Fixup special characters.
Diffstat (limited to 'unidecode/x0fb.py')
| -rw-r--r-- | unidecode/x0fb.py | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/unidecode/x0fb.py b/unidecode/x0fb.py index a7ba659..5e098bc 100644 --- a/unidecode/x0fb.py +++ b/unidecode/x0fb.py @@ -28,26 +28,26 @@ None, # 0x19 None, # 0x1a None, # 0x1b None, # 0x1c -'yi', # 0x1d +'i', # 0x1d '', # 0x1e -'ay', # 0x1f +'AY', # 0x1f '`', # 0x20 -'', # 0x21 +'A', # 0x21 'd', # 0x22 'h', # 0x23 -'k', # 0x24 +'KH', # 0x24 'l', # 0x25 'm', # 0x26 -'m', # 0x27 +'r', # 0x27 't', # 0x28 '+', # 0x29 -'sh', # 0x2a -'s', # 0x2b -'sh', # 0x2c -'s', # 0x2d +'SH', # 0x2a +'S', # 0x2b +'SH', # 0x2c +'S', # 0x2d 'a', # 0x2e 'a', # 0x2f -'', # 0x30 +'A', # 0x30 'b', # 0x31 'g', # 0x32 'd', # 0x33 @@ -57,28 +57,28 @@ None, # 0x1c None, # 0x37 't', # 0x38 'y', # 0x39 -'k', # 0x3a -'k', # 0x3b +'KH', # 0x3a +'KH', # 0x3b 'l', # 0x3c None, # 0x3d -'l', # 0x3e +'m', # 0x3e None, # 0x3f 'n', # 0x40 -'n', # 0x41 +'s', # 0x41 None, # 0x42 'p', # 0x43 'p', # 0x44 None, # 0x45 -'ts', # 0x46 -'ts', # 0x47 +'TS', # 0x46 +'k', # 0x47 'r', # 0x48 -'sh', # 0x49 +'SH', # 0x49 't', # 0x4a -'vo', # 0x4b -'b', # 0x4c -'k', # 0x4d -'p', # 0x4e -'l', # 0x4f +'o', # 0x4b +'v', # 0x4c +'KH', # 0x4d +'f', # 0x4e +'EL', # 0x4f '', # 0x50 '', # 0x51 '', # 0x52 |
