1
0
Fork 0
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:
Nikolay Pultsin 2013-10-03 16:53:03 +01:00
parent 7090f55b9f
commit 223117f595
3 changed files with 16 additions and 3 deletions

View file

@ -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 {