mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +02:00
protected code + TODO comment
This commit is contained in:
parent
ca0d32feb7
commit
e441585d06
1 changed files with 2 additions and 1 deletions
|
@ -374,8 +374,9 @@ bool RtfReader::parseDocument() {
|
|||
myBinaryDataSize = parameter;
|
||||
parserState = READ_BINARY_DATA;
|
||||
} else if (keyword == "u") {
|
||||
// TODO: implement commands of form "\ucL\uN" (insert symbol N + skip L bytes)
|
||||
processUnicodeCharacter(parameter);
|
||||
readNextChar = true;
|
||||
readNextChar &= *ptr != '\\';
|
||||
parserState = READ_NORMAL_DATA;
|
||||
} else {
|
||||
processKeyword(keyword, ¶meter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue