#include <NML.h>
Inheritance diagram for NMLEscapeSequences2HTML:
Public Methods | |
NMLEscapeSequences2HTML () | |
virtual | ~NMLEscapeSequences2HTML () |
bool | Convert (std::string &dest, const std::string &src) const |
replace NML escape sequences with HTML tags replaces most NML escape sequences with the corresponding HTML tags. |
|
|
|
|
|
replace NML escape sequences with HTML tags replaces most NML escape sequences with the corresponding HTML tags. The result can be displayed on a standard UTF-8 capable HTML Browser.
Implements NMLEscapeCodeHandler. |