unknownSBC abstract method
Handles an unmapped single-byte control character.
NOTE: EscapeParser currently never calls this method — unmapped single-byte controls are dispatched to unkownEscape instead.
Implementation
void unknownSBC(int char);
Handles an unmapped single-byte control character.
NOTE: EscapeParser currently never calls this method — unmapped single-byte controls are dispatched to unkownEscape instead.
void unknownSBC(int char);