https://issues.apache.org/bugzilla/show_bug.cgi?id=51789
Bug #: 51789
Summary: funny characters in documentation comments
Product: Fop
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
The sources of FOP are provided (apparently) in UTF–8 encoding and contain
funny characters in comments.
Some of them are, IMHO, not necessary:
fop-1.0/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java:34:
warning: unmappable character for encoding ASCII
[javac] * intermediate XML file (IF XML or Area??Tree XML).
while others do not constitute valid UTF–8 sequences at all:
fop-1.0/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java:110:
warning: unmappable character for encoding ASCII
[javac] * Ascender Height is the character???s most positive y-axis
value.
(Of course, the comment above does not necessarily mean that the character
sequence in question is invalid but you may check the fact yourself in a text
editor.)
I intend to create a patch to fix these comments.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.