# german.py # # unicode special chars from simple equivalents # maxKeyLen = 2 trans = { 'AE': 0xc4, 'Ae': 0xc4, 'ae': 0xe4, 'OE': 0xd6, 'Oe': 0xd6, 'oe': 0xf6, 'UE': 0xdc, 'Ue': 0xdc, 'ue': 0xfc, 'ss': 0xdf }