diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2011-02-16 12:23:35 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2011-02-16 12:23:35 +0100 |
| commit | 4063d8a74da544ce5f6bee1bf04b341d53d1dfe7 (patch) | |
| tree | 15378cc508f45d2d889628419745297ed3947d2e /unidecode | |
| parent | f1436e2da9c60d9fea8d8779e2228a1119cc71e3 (diff) | |
| download | unidecode-4063d8a74da544ce5f6bee1bf04b341d53d1dfe7.tar.gz | |
Fixed CAPITAL N WITH LONG RIGHT LEG and SMALL D WITH CURL.
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x002.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unidecode/x002.py b/unidecode/x002.py index 3e12cc2..ea45441 100644 --- a/unidecode/x002.py +++ b/unidecode/x002.py @@ -31,8 +31,8 @@ data = ( 'y', # 0x1d 'H', # 0x1e 'h', # 0x1f -'[?]', # 0x20 -'[?]', # 0x21 +'N', # 0x20 +'d', # 0x21 'OU', # 0x22 'ou', # 0x23 'Z', # 0x24 |
