aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-05-05 15:40:39 +0000
committerJeremias Maerki <jeremias@apache.org>2006-05-05 15:40:39 +0000
commit7a7fab5f84b85b25a6732d757ca4cd6b6fff8b72 (patch)
tree1daf4777ba70d7a269d5c1cc4fc37fa408c2fe00 /src
parenta5c6c4684909acce53bd53b22e0c9e926f2b5fc2 (diff)
downloadxmlgraphics-fop-7a7fab5f84b85b25a6732d757ca4cd6b6fff8b72.tar.gz
xmlgraphics-fop-7a7fab5f84b85b25a6732d757ca4cd6b6fff8b72.zip
Make the file UTF-8 compatible, i.e. US_ASCII. :-) Thanks, Manuel.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@400093 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java b/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java
index c7b892923..057f9e140 100644
--- a/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java
+++ b/src/sandbox/org/apache/fop/render/pcl/PCLRenderer.java
@@ -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: