#include #define TOPICFILE #include using namespace Upp; GUI_APP_MAIN { String path = GetExeDirFile("test.html"); Index css; String html = EncodeHtml(ParseQTF(GetTopic("topic://EncodeHtml/Test/Test_en-us").text), css, VectorMap(), VectorMap(), GetFileFolder(path)); SaveFile(path, MakeHtml("Test", AsCss(css), html)); DDUMP(SHA1StringS(LoadFile(path))); CheckLogEtalon(); }