building python with utf-8 default encoding?

M

metaperl.etc

I am playing around with OpenSwarm and was shocked to see that I cannot
build Python with default encoding of utf-8 by passing a flag to
configure... did I miss the option for doing so?
 
R

Robert Kern

I am playing around with OpenSwarm and was shocked to see that I cannot
build Python with default encoding of utf-8 by passing a flag to
configure... did I miss the option for doing so?

No. The default encoding (the return value of sys.getdefaultencoding()) should
alway be 'ascii'. Otherwise, programs written on one machine will not run on
other machines.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
 
J

Jim

I am playing around with OpenSwarm and was shocked to see that I cannot
build Python with default encoding of utf-8 by passing a flag to
configure... did I miss the option for doing so?
It is not set when you build but is instead set in sitecustomize.py.
But changing it is typically inadvisable in that any programs you write
will not port to other people's machines.

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top