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:
2003-05-01 19:52:40 +00:00
parent 19320c020c
commit 16b3cd809a
3 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ import string
a2z = 'abcdefghijklmnopqrstuvwxyz'
A2Z = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
umlaute = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>'
Umlaute = '<EFBFBD><EFBFBD><EFBFBD>'
umlaute = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>'
Umlaute = '<EFBFBD>ٛ'
alpha = A2Z + a2z
german_alpha = A2Z + a2z + umlaute + Umlaute
number = '0123456789'