OEFromHTML¶
std::string OEFromHTML(const char *ptr)
Convert the string ‘ptr’ from the HTML character encoding to Lexichem’s
internal encoding, which uses \u
escapes to represent non-ASCII
characters. Handles conversion of HTML markup to the to internal
markup representation.