Class TelnetCharset

java.lang.Object
java.nio.charset.Charset
org.aesh.terminal.telnet.TelnetCharset
All Implemented Interfaces:
Comparable<Charset>

public class TelnetCharset extends Charset
Ascii based telnet charset. The decoder transforms \r\n sequence and \r0 to \r.
Author:
Julien Viet