diff options
| author | olau <oscar.laurent@student.42.fr> | 2018-04-03 16:29:55 +0200 |
|---|---|---|
| committer | olau <oscar.laurent@student.42.fr> | 2018-04-03 16:29:55 +0200 |
| commit | 332dd87900a5d917c0a6b6dbbdbc2ed19ca6b3d0 (patch) | |
| tree | 0bac43b1a252fa7b5d2531c4a8fbe48ec62d8921 /unidecode | |
| parent | 81f938d9419f4b651a089a0d809bd1a0566b1329 (diff) | |
| download | unidecode-332dd87900a5d917c0a6b6dbbdbc2ed19ca6b3d0.tar.gz | |
Adds decoding for phonetic bloc 1D00—1D7F
https://unicode-table.com/en/blocks/phonetic-extensions/
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x01d.py | 172 |
1 files changed, 86 insertions, 86 deletions
diff --git a/unidecode/x01d.py b/unidecode/x01d.py index 5b65906..83da318 100644 --- a/unidecode/x01d.py +++ b/unidecode/x01d.py @@ -1,39 +1,39 @@ data = ( -'', # 0x00 -'', # 0x01 -'', # 0x02 -'', # 0x03 -'', # 0x04 -'', # 0x05 -'', # 0x06 -'', # 0x07 -'', # 0x08 -'', # 0x09 -'', # 0x0a -'', # 0x0b -'', # 0x0c -'', # 0x0d -'', # 0x0e -'', # 0x0f +'A', # 0x00 +'AE', # 0x01 +'ae', # 0x02 +'B', # 0x03 +'C', # 0x04 +'D', # 0x05 +'D', # 0x06 +'E', # 0x07 +'e', # 0x08 +'i', # 0x09 +'J', # 0x0a +'K', # 0x0b +'L', # 0x0c +'M', # 0x0d +'N', # 0x0e +'O', # 0x0f '', # 0x10 -'', # 0x11 +'O', # 0x11 '', # 0x12 -'', # 0x13 -'', # 0x14 -'', # 0x15 +'O', # 0x13 +'Oe', # 0x14 +'Ou', # 0x15 '', # 0x16 '', # 0x17 -'', # 0x18 -'', # 0x19 -'', # 0x1a -'', # 0x1b -'', # 0x1c -'', # 0x1d -'', # 0x1e -'', # 0x1f -'', # 0x20 -'', # 0x21 -'', # 0x22 +'P', # 0x18 +'R', # 0x19 +'R', # 0x1a +'T', # 0x1b +'U', # 0x1c +'u', # 0x1d +'u', # 0x1e +'m', # 0x1f +'V', # 0x20 +'W', # 0x21 +'Z', # 0x22 '', # 0x23 '', # 0x24 '', # 0x25 @@ -43,68 +43,68 @@ data = ( '', # 0x29 '', # 0x2a '', # 0x2b -'', # 0x2c -'', # 0x2d -'', # 0x2e -'', # 0x2f -'', # 0x30 -'', # 0x31 -'', # 0x32 -'', # 0x33 -'', # 0x34 -'', # 0x35 -'', # 0x36 -'', # 0x37 -'', # 0x38 -'', # 0x39 -'', # 0x3a -'', # 0x3b -'', # 0x3c -'', # 0x3d -'', # 0x3e -'', # 0x3f -'', # 0x40 -'', # 0x41 -'', # 0x42 -'', # 0x43 -'', # 0x44 -'', # 0x45 -'', # 0x46 -'', # 0x47 -'', # 0x48 -'', # 0x49 +'A', # 0x2c +'AE', # 0x2d +'B', # 0x2e +'B', # 0x2f +'D', # 0x30 +'E', # 0x31 +'E', # 0x32 +'G', # 0x33 +'H', # 0x34 +'I', # 0x35 +'J', # 0x36 +'K', # 0x37 +'L', # 0x38 +'M', # 0x39 +'N', # 0x3a +'N', # 0x3b +'O', # 0x3c +'Ou', # 0x3d +'P', # 0x3e +'R', # 0x3f +'T', # 0x40 +'U', # 0x41 +'W', # 0x42 +'a', # 0x43 +'a', # 0x44 +'a', # 0x45 +'ae', # 0x46 +'b', # 0x47 +'d', # 0x48 +'e', # 0x49 '', # 0x4a -'', # 0x4b -'', # 0x4c -'', # 0x4d -'', # 0x4e -'', # 0x4f -'', # 0x50 +'e', # 0x4b +'e', # 0x4c +'g', # 0x4d +'i', # 0x4e +'k', # 0x4f +'m', # 0x50 '', # 0x51 -'', # 0x52 +'o', # 0x52 '', # 0x53 '', # 0x54 '', # 0x55 -'', # 0x56 -'', # 0x57 -'', # 0x58 -'', # 0x59 -'', # 0x5a -'', # 0x5b +'p', # 0x56 +'t', # 0x57 +'u', # 0x58 +'u', # 0x59 +'m', # 0x5a +'v', # 0x5b '', # 0x5c -'', # 0x5d -'', # 0x5e -'', # 0x5f -'', # 0x60 +'b', # 0x5d +'g', # 0x5e +'d', # 0x5f +'f', # 0x60 '', # 0x61 -'', # 0x62 -'', # 0x63 -'', # 0x64 -'', # 0x65 -'', # 0x66 -'', # 0x67 -'', # 0x68 -'', # 0x69 +'i', # 0x62 +'r', # 0x63 +'u', # 0x64 +'v', # 0x65 +'b', # 0x66 +'g', # 0x67 +'r', # 0x68 +'f', # 0x69 '', # 0x6a '', # 0x6b 'b', # 0x6c |
