Skip to content

1.0.9

Latest
Compare
Choose a tag to compare
@shmup shmup released this 19 Sep 03:24
· 2 commits to master since this release

This release fixes provides a method to specify the encoding for your TelnetServer. By default it will still use cp1252.

To use utf-8, you must provide it in the constructor as so: TelnetServer(encoding='utf-8')