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')
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')