]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Make the file UTF-8 compatible, i.e. US_ASCII. :-) Thanks, Manuel.
authorJeremias Maerki <jeremias@apache.org>
Fri, 5 May 2006 15:40:39 +0000 (15:40 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 5 May 2006 15:40:39 +0000 (15:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@400093 13f79535-47bb-0310-9956-ffa450edef68

src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java

index c7b892923494b0dfb6d65970ce5285baf8ebf909..057f9e140017465d1ac763f71fda07255ceaeca4 100644 (file)
@@ -390,7 +390,7 @@ public class PCLRenderer extends PrintRenderer {
             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: