mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2025-12-19 15:47:40 +03:00
8 lines
235 B
C++
8 lines
235 B
C++
// 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);
|