mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
rtf: \u command support, code cleanup
This commit is contained in:
parent
7090f55b9f
commit
223117f595
3 changed files with 16 additions and 3 deletions
|
@ -82,6 +82,7 @@ private:
|
|||
bool parseDocument();
|
||||
void processKeyword(const std::string &keyword, int *parameter = 0);
|
||||
void processCharData(const char *data, std::size_t len, bool convert = true);
|
||||
void processUnicodeCharacter(int character);
|
||||
|
||||
protected:
|
||||
struct RtfReaderState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue