From: SourceForge.net <no...@so...> - 2004-01-06 21:38:44
|
Bugs item #648768, was opened at 2002-12-05 03:40 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=648768&group_id=13153 Category: None Group: None Status: Open Resolution: None >Priority: 9 Submitted By: Liam Quinn (liamquinn) Assigned to: Nobody/Anonymous (nobody) Summary: Fix for character references >= 32768 Initial Comment: This patch fixes bug 648746. Character references such as  weren't handled correctly since JTidy was casting the int to a short, giving a negative value that was then used to indicate an unknown entity. With this patch, we skip the cast and have the entityCode() method return an int instead of a short. The patch applies to src/org/w3c/tidy/EntityTable.java from jtidy-04aug2000r7-dev. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=648768&group_id=13153 |