diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2014-12-07 18:16:10 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2014-12-07 18:16:10 +0100 |
| commit | 6fba4e6cddeb9b0f2b5429ff9afd15cc63e1fe23 (patch) | |
| tree | 560fdac6065dc5943f71b2fd115c520a73752d26 /unidecode | |
| parent | 92631b1aee584704bf87e9592c997fc04d0dc006 (diff) | |
| download | unidecode-6fba4e6cddeb9b0f2b5429ff9afd15cc63e1fe23.tar.gz | |
Add missing double-struct italic capitals
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x021.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unidecode/x021.py b/unidecode/x021.py index 9fd4d84..9a4cc07 100644 --- a/unidecode/x021.py +++ b/unidecode/x021.py @@ -68,11 +68,11 @@ data = ( '[?]', # 0x42 '[?]', # 0x43 '[?]', # 0x44 -'[?]', # 0x45 -'[?]', # 0x46 -'[?]', # 0x47 -'[?]', # 0x48 -'[?]', # 0x49 +'D', # 0x45 +'d', # 0x46 +'e', # 0x47 +'i', # 0x48 +'j', # 0x49 '[?]', # 0x4a '[?]', # 0x4b '[?]', # 0x4c |
