From: Vincent Hennebert Date: Mon, 12 Sep 2011 14:19:03 +0000 (+0000) Subject: Bugzilla #51789: removed non-ascii characters in source files X-Git-Tag: fop-1_1rc1old~179 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bc91753c041bfb3b9e38a54cbca0782524e2dfdc;p=xmlgraphics-fop.git Bugzilla #51789: removed non-ascii characters in source files Patch submitted by Christopher Yeleighton git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1169758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java b/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java index cd9aa011a..036502e99 100644 --- a/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java +++ b/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java @@ -31,7 +31,7 @@ import org.apache.fop.util.DelegatingContentHandler; /** * Helper class that re-builds a structure tree from what is stored in an - * intermediate XML file (IF XML or Area Tree XML). + * intermediate XML file (IF XML or Area Tree XML). */ public final class StructureTreeBuilder { diff --git a/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java b/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java index b7246f35b..e28f47a6a 100644 --- a/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java +++ b/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java @@ -107,7 +107,7 @@ public class CharacterSetOrientation { * a character rotation other than 0, ascender height loses its * meaning when the character is lying on its side or is upside down * with respect to normal viewing orientation. For the general case, - * Ascender Height is the character�s most positive y-axis value. + * Ascender Height is the character’s most positive y-axis value. * For bounded character boxes, for a given character having an * ascender, ascender height and baseline offset are equal. * @return the ascender value in millipoints diff --git a/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java b/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java index b1efdc511..04a0f4ae1 100644 --- a/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java +++ b/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java @@ -55,7 +55,7 @@ public class FopCharacterSet extends CharacterSet { * a character rotation other than 0, ascender height loses its * meaning when the character is lying on its side or is upside down * with respect to normal viewing orientation. For the general case, - * Ascender Height is the character�s most positive y-axis value. + * Ascender Height is the character’s most positive y-axis value. * For bounded character boxes, for a given character having an * ascender, ascender height and baseline offset are equal. * @return the ascender value in millipoints @@ -135,4 +135,4 @@ public class FopCharacterSet extends CharacterSet { return charSet.mapChar(c); } -} \ No newline at end of file +}