Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97058 > unrolled thread
| Started by | paul.hermeneutic@gmail.com |
|---|---|
| First post | 2015-09-23 18:07 -0600 |
| Last post | 2015-09-23 18:07 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Readlines returns non ASCII character paul.hermeneutic@gmail.com - 2015-09-23 18:07 -0600
| From | paul.hermeneutic@gmail.com |
|---|---|
| Date | 2015-09-23 18:07 -0600 |
| Subject | Re: Readlines returns non ASCII character |
| Message-ID | <mailman.115.1443071184.28679.python-list@python.org> |
After looking at this briefly, I am not sure that this is a plain-text file. Interpreting it as UTF-16 LE shows that the characters are as they appear. Immediately after the BOM is: SINGLE LOW-9 QUOTATION MARK' (U+201A) START OF HEADING (U+0001) SPACE (U+0020) SPACE (U+0020) LATIN SMALL LETTER Y WITH DIAERESIS (U+00FF) LATIN SMALL LETTER THORN (U+00FE) LATIN SMALL LETTER Y WITH DIAERESIS (U+00FF)
Back to top | Article view | comp.lang.python
csiph-web