-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta2
-
sparc
-
solaris_8
-
Verified
merlin b72, s9 b42 nightly, gb18030 locale
enter the demo/jfc/Notepad, run:
# java -jar Notepad.jar
then open the attachment gb18030.all will fail:
java.lang.InternalError: Converter malfunction (GB18030) -- please submit a bug
report via http://java.sun.com/cgi-bin/bugreport.cgi
at java.io.InputStreamReader$ConverterFiller.malfunction(InputStreamRead
er.java:198)
at java.io.InputStreamReader$ConverterFiller.convertInto(InputStreamRead
er.java:214)
at java.io.InputStreamReader$ConverterFiller.fill(InputStreamReader.java
:241)
at java.io.InputStreamReader.read(InputStreamReader.java:511)
at Notepad$FileLoader.run(Notepad.java:712)
in merlin b73 also occure.
enter the demo/jfc/Notepad, run:
# java -jar Notepad.jar
then open the attachment gb18030.all will fail:
java.lang.InternalError: Converter malfunction (GB18030) -- please submit a bug
report via http://java.sun.com/cgi-bin/bugreport.cgi
at java.io.InputStreamReader$ConverterFiller.malfunction(InputStreamRead
er.java:198)
at java.io.InputStreamReader$ConverterFiller.convertInto(InputStreamRead
er.java:214)
at java.io.InputStreamReader$ConverterFiller.fill(InputStreamReader.java
:241)
at java.io.InputStreamReader.read(InputStreamReader.java:511)
at Notepad$FileLoader.run(Notepad.java:712)
in merlin b73 also occure.
- relates to
-
JDK-4497586 GB18030 converter should encode/decode the full UCS range of characters.
-
- Resolved
-
-
JDK-4485147 Need font support in merlin under s9 gb18030 locale
-
- Closed
-