]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Reestablish JDK 1.3 compatibility. Sorry!
authorJeremias Maerki <jeremias@apache.org>
Mon, 2 Jun 2003 21:40:02 +0000 (21:40 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 2 Jun 2003 21:40:02 +0000 (21:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196488 13f79535-47bb-0310-9956-ffa450edef68

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

index 57665800485cd9a2dcf7900c2dbcc57020855f23..f7ff6f80f3eece1feb839f1a7076bc916af87496 100644 (file)
@@ -1304,7 +1304,7 @@ public class Glyphs {
      * @return the name of the glyph
      */
     public static final String charToGlyphName(char ch) {
-        return stringToGlyph(Character.toString(ch));
+        return stringToGlyph(new Character(ch).toString());
     }
     
     /**