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
Sometimes UTF-8 or ASCII is specified (default is utf-8) for encode or decode. It isn't clear which is correct for the protocol(s). tcpsocket.py has a mixture of both.
:edit:
fix instances of "ascii" or "ASCII" for encode/decode
fix low-level encode/decode (chr or ord calls)
Add Cyrillic tests for SNIP and MemoryService byte list to str methods