mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Fix typos in the Python directory (GH-28767)
This commit is contained in:
parent
6c942a86a4
commit
db693df3e1
7 changed files with 11 additions and 11 deletions
|
@ -221,7 +221,7 @@ check_force_ascii(void)
|
|||
ch = (unsigned char)0xA7;
|
||||
res = _Py_mbstowcs(&wch, (char*)&ch, 1);
|
||||
if (res != DECODE_ERROR && wch == L'\xA7') {
|
||||
/* On HP-UX withe C locale or the POSIX locale,
|
||||
/* On HP-UX with C locale or the POSIX locale,
|
||||
nl_langinfo(CODESET) announces "roman8", whereas mbstowcs() uses
|
||||
Latin1 encoding in practice. Force ASCII in this case.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue