From 4063d8a74da544ce5f6bee1bf04b341d53d1dfe7 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Wed, 16 Feb 2011 12:23:35 +0100 Subject: Fixed CAPITAL N WITH LONG RIGHT LEG and SMALL D WITH CURL. --- unidecode/x002.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unidecode') 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 -- cgit v1.2.1