gears       01/07/31 14:27:28

  Modified:    src/org/apache/fop/fonts Glyphs.java
  Log:
  Fixed my own dump typo.
  
  Revision  Changes    Path
  1.6       +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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Glyphs.java       2001/07/31 21:18:29     1.5
  +++ Glyphs.java       2001/07/31 21:27:28     1.6
  @@ -1,5 +1,5 @@
   /*
  - * $Id: Glyphs.java,v 1.5 2001/07/31 21:18:29 gears Exp $
  + * $Id: Glyphs.java,v 1.6 2001/07/31 21:27:28 gears Exp $
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
    * LICENSE file included with these sources.
  @@ -174,7 +174,7 @@
           '\u00e6',                                            // ae
           '\u00e7', '\u00e8', '\u00e9', '\u00ea', '\u00eb', '\u00ec', 
                '\u00ed', '\u00ee', '\u00ef', // 0xf0
  -        '\u00f0', '\u00f1', 'u00f2', '\u00f3', '\u00f4', '\u00f5', 
  +        '\u00f0', '\u00f1', '\u00f2', '\u00f3', '\u00f4', '\u00f5', 
                '\u00f6', '\u00f7', '\u00f8', '\u00f9', '\u00fa', '\u00fb', 
                '\u00fc', '\u00fd', '\u00fe', '\u00ff'
       };
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to