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 je...@apache.org on 2006/05/05 17:40:41 UTC

svn commit: r400093 - /xmlgraphics/fop/trunk/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java

Author: jeremias
Date: Fri May  5 08:40:39 2006
New Revision: 400093

URL: http://svn.apache.org/viewcvs?rev=400093&view=rev
Log:
Make the file UTF-8 compatible, i.e. US_ASCII. :-) Thanks, Manuel.

Modified:
    xmlgraphics/fop/trunk/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java

Modified: xmlgraphics/fop/trunk/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java?rev=400093&r1=400092&r2=400093&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java (original)
+++ xmlgraphics/fop/trunk/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java Fri May  5 08:40:39 2006
@@ -390,7 +390,7 @@
             transPoint.y -= pageSize.height - logRect.y - logRect.height;
             //The next line is odd and is probably necessary due to the default value of the
             //Text Length command: "1/2 inch less than maximum text length"
-            //I wonder why this isn't necessary for the 90° rotation. *shrug*
+            //I wonder why this isn't necessary for the 90 degree rotation. *shrug*
             transPoint.y -= UnitConv.in2mpt(0.5);
             break;
         case 270:



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