python2: Improve unicode support
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 15 Nov 2015 22:24:35 +0000 (17:24 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 15 Nov 2015 22:24:35 +0000 (17:24 -0500)
commitfb8edfde9c2b51714819b320b284a43089c13a63
treec9aa464e81739e81ed6be1542e36750c4cbbb284
parent89df5522c6eee1238e3efcec4379f7ee2d701820
python2: Improve unicode support

Add --enable-unicode=ucs4 and note that langinfo.h exists. One
result is that sys.stdout.encoding now is UTF-8 instead of None,
which allows e.g. bpython to launch without messing with the
PYTHONIOENCODING environment variable (see #35).
packages/python2/build.sh