You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-156347: Fix the documentation of curses window.encoding
The attribute is not used to encode str arguments on a build linked
against a wide-character version of the curses library, which is the
default: str is passed to curses as wide characters and the encoding of
the current locale determines the bytes. It is used on a narrow build,
where it also decodes results.
0 commit comments