Skip to content

Ensure UTF-8 vs ASCII is used where appropriate #55

@Poikilos

Description

@Poikilos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions