acn/rtx
acn
/
rtx
1
0
Fork 0

makePage entfernt Newlines (0x0a) aus Eingabedatei

This commit is contained in:
Anna Christina Naß 2018-06-01 15:39:13 +02:00
parent a9e0a14158
commit e1d8226409
2 changed files with 2 additions and 8 deletions

View File

@ -1,7 +1 @@
/B=1 190a=2 1921a=3 200961a/
AA 1@# T0@RetroTextBA#!TCA#!T<>
RetroText Leitseite *0#
EARetroPulsiv ... 1
FAStadtbibliothek Karlsruhe ... 2
FAAmiga-Demoseiten ... 3
WA#!T‡Xg0aXA
/B=1 190a=2 1921a=3 200961a/AA 1@# T0@RetroTextBA#!TCA#!T<>RetroText Leitseite *0#EARetroPulsiv ... 1FAStadtbibliothek Karlsruhe ... 2FAAmiga-Demoseiten ... 3WA#!T‡Xg0aXA

View File

@ -47,7 +47,7 @@ with open(infilename, 'rb') as infile:
indata = infile.read()
# Daten verarbeiten:
outdata = indata
outdata = indata.replace(b'\x0a',b'')
for el in tagliste.liste:
old = b'<' + el[0] + b'>'