Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100056
| From | Dave Farrance <df@see.replyto.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Unicode failure (Solved) |
| Message-ID | <3b086b5dqv2do8gnhi09dthei54i6jir2n@4ax.com> (permalink) |
| References | <20151204130738.76313c43@imp> <n3t7jo$ae3$1@ger.gmane.org> <mailman.226.1449339295.14615.python-list@python.org> |
| Organization | virginmedia.com |
| Date | 2015-12-06 09:46 +0000 |
"D'Arcy J.M. Cain" <darcy@VybeNetworks.com> wrote: >On Fri, 4 Dec 2015 18:28:22 -0500 >Terry Reedy <tjreedy@udel.edu> wrote: >> Tk widgets, and hence IDLE windows, will print any character from >> \u0000 to \uffff without raising, even if the result is blank or ?. >> Higher codepoints fail, but allowing the entire BMP is better than >> any Windows codepage. > >Thanks to all. Following up on the various posts brought me to >information that solved my problem. Basicall I added "export >PYTHONIOENCODING=utf8" to my environment and "SetEnv PYTHONIOENCODING >utf8" in my Apache config and now things are working as they should. > >Thanks all. Hmmm. I hadn't seen this post before replying to the original because my newsreader put this post in a later thread because: (a) The subject header was changed (b) The reference header is for a post that's not present in Usenet That raises another question. I'm seeing a number of broken threads because people reply to posts that are not present in Usenet. It's not just my main news-server because my newreader can gather posts from several Usenet servers and those posts are nowhere on Usenet. Case in point: The post by Terry Reedy quoted above, reference <n3t7jo$ae3$1@ger.gmane.org>. I presume that it's on the list server even though it's not on Usenet. Anybody know what's going on?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Unicode failure (Solved) "D'Arcy J.M. Cain" <darcy@VybeNetworks.com> - 2015-12-05 13:14 -0500
Re: Unicode failure (Solved) Dave Farrance <df@see.replyto.invalid> - 2015-12-06 09:46 +0000
Message-IDs on Usenet gateway Random832 <random832@fastmail.com> - 2015-12-06 15:51 -0500
Re: Message-IDs on Usenet gateway Quivis <quivis@domain.invalid> - 2015-12-17 19:30 +0000
Re: Message-IDs on Usenet gateway Laura Creighton <lac@openend.se> - 2015-12-06 23:52 +0100
Re: Unicode failure (Solved) Quivis <quivis@domain.invalid> - 2015-12-06 23:50 +0000
csiph-web