1088
1104
' doesn\'t support the locale set by $LANG (%s)\n'
1089
1105
" Continuing with ascii encoding.\n"
1090
1106
% (e, os.environ.get('LANG')))
1092
1109
# Windows returns 'cp0' to indicate there is no code page. So we'll just
1093
1110
# treat that as ASCII, and not support printing unicode characters to the
1100
1132
def recv_all(socket, bytes):