Just a quick post to note that I cleaned up the nikud processing. On to figure out why the dynamic text block is getting truncated.
UPDATE: I also just fixed that bug. I was calculating the size of each block by subtracting the position of the previous block from the position of the current block. That does give the size, but the size of the previous block, not the current. Also, it can't work for the last block. Now the size is calculated when encountering the text block ending marker. Next up is to start actually parsing the text on the reading side, which may lead to some refactoring. Stay tuned.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment