Skip to content

locale encoding fix

Compare
Choose a tag to compare
@jquast jquast released this 25 Mar 07:05
· 543 commits to master since this release
  • enhancement: export keyboard-read function as public method getch(), so
    that it may be overridden by custom terminal implementers (x/84 telnet bbs)
  • bugfix: if locale.getpreferredencoding() returns empty string or an
    encoding that is not a valid codec for codecs.getincrementaldecoder,
    fallback to ascii and emit a warning.