more utf-8 issues
This commit is contained in:
parent
d3c8cdb572
commit
a306370f0d
3 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ def render(infile, outfile):
|
|||
|
||||
for line in f:
|
||||
|
||||
for line_ in line.decode('utf-8').strip().split('\r'):
|
||||
for line_ in line.strip().split('\r'):
|
||||
|
||||
lines = wrapText(
|
||||
line_,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue