| Summary: | patch for /usr/ports/java/linux-jdk about Japanese font representation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Daichi GOTO <daichi> | ||||
| Component: | java | Assignee: | Ernst de Haan <znerd> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->znerd Over to maintainer Needs below patch, but looks no other problem. May I commit it, maintainer ? -- diff -B -b -u -w -r1.1.1.1 pkg-plist --- pkg-plist 16 May 2000 01:46:26 -0000 1.1.1.1 +++ pkg-plist 27 Dec 2001 14:55:43 -0000 @@ -667,6 +667,7 @@ linux-jdk1.2.2/jre/lib/ext/iiimp.jar linux-jdk1.2.2/jre/lib/flavormap.properties linux-jdk1.2.2/jre/lib/font.properties +linux-jdk1.2.2/jre/lib/font.properties.ja linux-jdk1.2.2/jre/lib/font.properties.tt linux-jdk1.2.2/jre/lib/fonts/LucidaBrightDemiBold.ttf linux-jdk1.2.2/jre/lib/fonts/LucidaBrightDemiItalic.ttf Please keep your breath just a little longer. I'm finishing the upgrade of this port to JDK 1.2.2 FCS. Ernst State Changed From-To: open->feedback Portversion changed. Asked originator to send a new patch. Could you perhaps submit a new patch for the new 1.2.2 FCS ? And perhaps you could also send me a test file that includes Japanese text, so I can test the patch for myself as well? Thanks, Ernst State Changed From-To: feedback->closed No feedback received since 5 Mar 2002. |
Linux JDK122(/usr/ports/java/linux-jdk) cannot display Japanese fonts because of their font.properties.ja file. How-To-Repeat: Install Linux JDK122(/usr/ports/java/linux-jdk) and run as follow: % setenv JAVA_HOME /usr/local/linux-jdk1.2.2 % setenv PATH $JAVA_HOME/bin:$PATH % cd /usr/local/linux-jdk1.2.2/demo/jfc/Notepad/ % java -jar Notepad.jar --> and open Japenese file. You will see boxes instead of Japanese strings.