]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
use of £ was causing some cross platform issues since it's part of the ASCII extended...
authorChris Bowditch <cbowditch@apache.org>
Thu, 19 Jan 2012 15:21:40 +0000 (15:21 +0000)
committerChris Bowditch <cbowditch@apache.org>
Thu, 19 Jan 2012 15:21:40 +0000 (15:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1233427 13f79535-47bb-0310-9956-ffa450edef68

test/java/org/apache/fop/afp/goca/GraphicsCharacterStringTestCase.java

index e986567f29fed220267783780a2134464a0ce5d7..48803e69c2ed5381f55813268f6f7fe74567930d 100644 (file)
@@ -33,7 +33,7 @@ public class GraphicsCharacterStringTestCase {
     // consider the EBCDIC code page variants Cp500 and Cp1146\r
     // the £ corresponds to byte 5B (position 91) in the CCSID 285 and CCSID 1146\r
     // the $ corresponds to byte 5B (position 91) in the CCSID 500\r
-    private final String poundsText = "££££";\r
+    private final String poundsText = "\u00A3\u00A3\u00A3\u00A3";\r
     private final String dollarsText = "$$$$";\r
     private final byte[] bytesToCheck = {(byte) 0x5b, (byte) 0x5b, (byte) 0x5b, (byte) 0x5b};\r
 \r