aboutsummaryrefslogtreecommitdiffstats
path: root/src/org
diff options
context:
space:
mode:
authorTore Engvig <tore@apache.org>2001-04-22 20:02:21 +0000
committerTore Engvig <tore@apache.org>2001-04-22 20:02:21 +0000
commit37246ed25631592271c38d4d24b154668f5ac9f1 (patch)
tree59fc43774555a569fbb0f55071fc1c734aeb158c /src/org
parent356fd9f3cd7202955947e513e154ef915ac99725 (diff)
downloadxmlgraphics-fop-37246ed25631592271c38d4d24b154668f5ac9f1.tar.gz
xmlgraphics-fop-37246ed25631592271c38d4d24b154668f5ac9f1.zip
PR: 1383
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
Diffstat (limited to 'src/org')
-rw-r--r--src/org/apache/fop/fonts/Glyphs.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/apache/fop/fonts/Glyphs.java b/src/org/apache/fop/fonts/Glyphs.java
index 99fc076e3..e2510f4cd 100644
--- a/src/org/apache/fop/fonts/Glyphs.java
+++ b/src/org/apache/fop/fonts/Glyphs.java
@@ -752,7 +752,7 @@ public class Glyphs {
' ',
'\u00a1',
'\u00a2',
- '£',
+ '\u00a3',
'\u00a4',
'\u00a5',
'\u00a6',