You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2011/09/12 16:19:04 UTC

svn commit: r1169758 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: accessibility/StructureTreeBuilder.java afp/fonts/CharacterSetOrientation.java afp/fonts/FopCharacterSet.java

Author: vhennebert
Date: Mon Sep 12 14:19:03 2011
New Revision: 1169758

URL: http://svn.apache.org/viewvc?rev=1169758&view=rev
Log:
Bugzilla #51789: removed non-ascii characters in source files
Patch submitted by Christopher Yeleighton

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java
    xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java
    xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java?rev=1169758&r1=1169757&r2=1169758&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/accessibility/StructureTreeBuilder.java Mon Sep 12 14:19:03 2011
@@ -31,7 +31,7 @@ import org.apache.fop.util.DelegatingCon
 
 /**
  * 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 {
 

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java?rev=1169758&r1=1169757&r2=1169758&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java Mon Sep 12 14:19:03 2011
@@ -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

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java?rev=1169758&r1=1169757&r2=1169758&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java Mon Sep 12 14:19:03 2011
@@ -55,7 +55,7 @@ public class FopCharacterSet extends Cha
      * 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 Cha
         return charSet.mapChar(c);
     }
 
-}
\ No newline at end of file
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org


Re: svn commit: r1169758 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: accessibility/StructureTreeBuilder.java afp/fonts/CharacterSetOrientation.java afp/fonts/FopCharacterSet.java

Posted by Vincent Hennebert <vh...@gmail.com>.
On 12/09/11 15:38, Pascal Sancho wrote:
> Hi Vincent,
> 
> I'm not sure that this fixes the problem...
> a simple quote should.

Hmmm, didn’t notice that the quotes were curly and not straight.
Fixed in rev. 1169780.

Thanks for your vigilance!
Vincent


> Le 12/09/2011 16:19, vhennebert@apache.org a écrit :
>> -     * Ascender Height is the character�s most positive y-axis value.
>> +     * Ascender Height is the character’s most positive y-axis value.
> 

Re: svn commit: r1169758 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: accessibility/StructureTreeBuilder.java afp/fonts/CharacterSetOrientation.java afp/fonts/FopCharacterSet.java

Posted by Pascal Sancho <pa...@takoma.fr>.
Hi Vincent,

I'm not sure that this fixes the problem...
a simple quote should.

Le 12/09/2011 16:19, vhennebert@apache.org a écrit :
> -     * Ascender Height is the character�s most positive y-axis value.
> +     * Ascender Height is the character’s most positive y-axis value.

-- 
Pascal