From: "Alexander R. Pruss" <[EMAIL PROTECTED]> > Currently unicode is handled via pushedChar in paragraph.c. This is yet > another variable whose state needs to be kept track of while rendering text. > I would suggest that GetNextToken() should isntead return the unicode > character immediately in *nextToken, rather than on the next call via > pushedChar. The code would become simpler to maintain then.
One complication of this is the imode code which is now inside the unicode handler. I also have two questions about the imode code. 1. Why not use a custom font instead for the imode icons? Is it that the icons are in color? 2. charValue is 32 bits while palmChar is 16 bits in HandleUnicode(). This seems to imply that some unicode32 chars might get misrecognized as imode chars. Alex _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
