Closed
Bug 91701
Opened 24 years ago
Closed 24 years ago
Chinese in Java does not display correctly
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ftang, Assigned: xiaobin.lu)
References
()
Details
(Keywords: intl)
Attachments
(1 file)
|
44.94 KB,
image/jpeg
|
Details |
reproduce procedure
1. visit http://search.chinaren.com/
2. The text display as garbage in the scrolling java applet
This bug is in Java but have i18n impact.
the page have the folloing lines:
<applet CODEBASE="http://search.chinaren.com" CODE="MainScroll"
archive="scroll.jar" WIDTH="243" HEIGHT="140">
<param NAME="bg-color" VALUE="DAE8E9"> <!--255 255 204-->
<param NAME="border-color" VALUE="0000ff">
<param NAME="index" VALUE="0|1|2|3|4|5|6|7|8|9">
<param NAME="fg-color" VALUE="660033">
<param NAME="focus-color" VALUE="0000ff">
</applet><br>
Build- 20010722
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Reassign to xiaobin.lu@eng.sun.com.
Assignee: nhotta → xiaobin.lu
Keywords: intl
| Assignee | ||
Comment 3•24 years ago
|
||
The application is not well written. No browser can display the applet well,
maybe IE Chinese version, I think. This is definetly not java problem.
| Assignee | ||
Comment 4•24 years ago
|
||
Please go to http://www.ocrat.com/voa/960430/java16.html to see that Chinese
character can be displayed well in Mozilla.
Mark this bug as INVALID.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•24 years ago
|
QA Contact: andreasb → ylong
Comment 5•24 years ago
|
||
Mark as verified per the comments of Xiaobin Lu.
Btw, applet display fine on Win2k-Simp. Chinese / 07-23 branch build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•