Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97058 > unrolled thread

Re: Readlines returns non ASCII character

Started bypaul.hermeneutic@gmail.com
First post2015-09-23 18:07 -0600
Last post2015-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.


Contents

  Re: Readlines returns non ASCII character paul.hermeneutic@gmail.com - 2015-09-23 18:07 -0600

#97058 — Re: Readlines returns non ASCII character

Frompaul.hermeneutic@gmail.com
Date2015-09-23 18:07 -0600
SubjectRe: 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)

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web