Public release
This commit is contained in:
7
lib/Epub/Epub/htmlEntities.h
Normal file
7
lib/Epub/Epub/htmlEntities.h
Normal file
@@ -0,0 +1,7 @@
|
||||
// from
|
||||
// https://github.com/atomic14/diy-esp32-epub-reader/blob/2c2f57fdd7e2a788d14a0bcb26b9e845a47aac42/lib/Epub/RubbishHtmlParser/htmlEntities.cpp
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
std::string replaceHtmlEntities(const char* text);
|
||||
Reference in New Issue
Block a user