<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 17 Jun 2018, at 14:02, Stephen J. Turnbull <<a href="mailto:turnbull.stephen.fw@u.tsukuba.ac.jp" class="">turnbull.stephen.fw@u.tsukuba.ac.jp</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Folks.  There are standards.  "1252" *is not* an alias for<br class="">"windows-1252" according to the IANA, while "866" *is* an alias for<br class="">"IBM866" according to the same authority.  Most 3-digit "IBMxxx" ARE<br class="">aliased to both "cpxxx" and just "xxx", but not all.  None of<br class="">"IBM874", "874", or "cp874" exists according to the IANA.<br class=""></div></div></blockquote><div><br class=""></div></div>Sure, but for at least one user Python 3.6 fails to start because initialising the sys.std* streams fails due to not finding a “874” encoding.   <div class=""><br class=""></div><div class="">The user sadly enough didn’t provide more information on his machine, other than that it is running some version of Windows. </div><div class=""><br class=""></div><div class="">BTW. “cp874” does exist according to the unicode consortium: <a href="https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP874.TXT" class="">https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP874.TXT</a>, and appears to be a codepage for a (the?) Thai language.  The user might therefore be running Windows with a Thai locale.</div><div class=""><br class=""></div><div class="">Ronald</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>