]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
PR: 1383
authorTore Engvig <tore@apache.org>
Sun, 22 Apr 2001 20:02:21 +0000 (20:02 +0000)
committerTore Engvig <tore@apache.org>
Sun, 22 Apr 2001 20:02:21 +0000 (20:02 +0000)
Submitted by: westbay@seaple.icc.ne.jp

Patch from westbay@seaple.icc.ne.jp to use unicode escape char instead of
pound sign because it was interpreted as an invalid double byte char in
Japanese locale (ja_JP.EUC) and wouldn't compile.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194221 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fonts/Glyphs.java

index 99fc076e352e8f6e97cf56bafcdd1ef57ca1d6f2..e2510f4cd19ea8a28b429a82b8ff643f740456ed 100644 (file)
@@ -752,7 +752,7 @@ public class Glyphs {
         ' ',
         '\u00a1',
         '\u00a2',
-        '£',
+        '\u00a3',
         '\u00a4',
         '\u00a5',
         '\u00a6',