#include <NML.h>
Inheritance diagram for RemoveNMLEscapeSequences:
Public Methods | |
RemoveNMLEscapeSequences () | |
virtual | ~RemoveNMLEscapeSequences () |
bool | Convert (std::string &dest, const std::string &src) const |
remove NML escape sequences substitutes some NML sequences but removes most. |
|
|
|
|
|
remove NML escape sequences substitutes some NML sequences but removes most. the result can be displayed on a standard UTF-8 capable terminal.
Implements NMLEscapeCodeHandler. |