Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3019f1a + a7bc5fd commit a06d163Copy full SHA for a06d163
wfdb/readwrite/downloads.py
@@ -15,7 +15,7 @@ def streamheader(recordname, pbdir):
15
r.raise_for_status()
16
17
# Get each line as a string
18
- filelines = r.content.decode('ascii').splitlines()
+ filelines = r.content.decode('iso-8859-1').splitlines()
19
20
# Separate content into header and comment lines
21
headerlines = []
0 commit comments