dos2unixed relivant stuff in the interndir.
I'll wait a couple of days and if no complaints do the other dirs as well. Kent
This commit is contained in:
@@ -10,8 +10,8 @@ import string
|
||||
|
||||
a2z = 'abcdefghijklmnopqrstuvwxyz'
|
||||
A2Z = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
||||
umlaute = 'äöüß'
|
||||
Umlaute = 'ÄÖÜ'
|
||||
umlaute = '„÷’ž'
|
||||
Umlaute = 'ýÙ›'
|
||||
alpha = A2Z + a2z
|
||||
german_alpha = A2Z + a2z + umlaute + Umlaute
|
||||
number = '0123456789'
|
||||
|
||||
Reference in New Issue
Block a user