SIGN IN SIGN UP

bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)

In the C locale on Mac OS X, the default filesystem encoding
used for operating system interfaces is UTF-8, but the
default encoding used on the standard streams is still ASCII.

Setting the POSIX locale also behaves differently from setting
other locales on Mac OS X, so skip that in the test suite for now.
N
Nick Coghlan committed
7926516ff95ed9c8345ed4c4c4910f44ffbd5949
Parent: 23ec4b5
Committed by GitHub <noreply@github.com> on 6/15/2017, 9:11:39 AM