You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by to...@apache.org on 2001/04/22 22:02:21 UTC

cvs commit: xml-fop/src/org/apache/fop/fonts Glyphs.java

tore        01/04/22 13:02:21

  Modified:    src/org/apache/fop/fonts Glyphs.java
  Log:
  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.
  
  Revision  Changes    Path
  1.3       +2 -2      xml-fop/src/org/apache/fop/fonts/Glyphs.java
  
  Index: Glyphs.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fonts/Glyphs.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Glyphs.java	2001/02/27 12:28:15	1.2
  +++ Glyphs.java	2001/04/22 20:02:21	1.3
  @@ -1,4 +1,4 @@
  -/* -- $Id: Glyphs.java,v 1.2 2001/02/27 12:28:15 fotis Exp $ --
  +/* -- $Id: Glyphs.java,v 1.3 2001/04/22 20:02:21 tore Exp $ --
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -752,7 +752,7 @@
           ' ',
           '\u00a1',
           '\u00a2',
  -        '�',
  +        '\u00a3',
           '\u00a4',
           '\u00a5',
           '\u00a6',
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org