• Victor Stinner's avatar
    bpo-34403: On HP-UX, force ASCII for C locale (GH-8969) · d500e530
    Victor Stinner yazdı
    On HP-UX with C or POSIX locale, sys.getfilesystemencoding() now returns
    "ascii" instead of "roman8" (when the UTF-8 Mode is disabled and the C locale
    is not coerced).
    
    nl_langinfo(CODESET) announces "roman8" whereas it uses the Latin1
    encoding in practice.
    d500e530
2018-08-28-10-49-55.bpo-34403.4Q3LzP.rst 168 Bytes