소스 검색

Reestablish JDK 1.3 compatibility. Sorry!


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196488 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_20_5
Jeremias Maerki 21 년 전
부모
커밋
d61344ab4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/org/apache/fop/fonts/Glyphs.java

+ 1
- 1
src/org/apache/fop/fonts/Glyphs.java 파일 보기

@@ -1287,7 +1287,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());
}

/**

Loading…
취소
저장