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


Groups > comp.lang.python > #100042

Re: Unicode failure (Solved)

From "D'Arcy J.M. Cain" <darcy@VybeNetworks.com>
Newsgroups comp.lang.python
Subject Re: Unicode failure (Solved)
Date 2015-12-05 13:14 -0500
Organization Vybe Networks Inc.
Message-ID <mailman.226.1449339295.14615.python-list@python.org> (permalink)
References <20151204130738.76313c43@imp> <n3t7jo$ae3$1@ger.gmane.org>

Show all headers | View raw


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.

-- 
D'Arcy J.M. Cain
Vybe Networks Inc.
http://www.VybeNetworks.com/
IM:darcy@Vex.Net VoIP: sip:darcy@VybeNetworks.com

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


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