dogbokchif commented on PR #470: URL: https://github.com/apache/pdfbox/pull/470#issuecomment-4689096105
Even with this change, if the user types the radical character first, the ideograph will still be extracted as the radical. This is because the code points are inserted into the `LinkedHashSet` in the order `showText` draws the glyphs, so the first occurrence wins. That said, these radical characters are rarely used nowadays. The purpose of this change is to fix the case where an ordinary ideograph is extracted as a radical — producing a completely different character than expected — even though the user never intentionally typed the radical. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
