| Summary: | DBCS:Copy/Paste or input DBCS display incorrectly in project file | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | leading <wswb0922> | ||||
| Component: | SWT | Assignee: | Felipe Heidrich <eclipse.felipe> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P1 | ||||||
| Version: | 3.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | other | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 9079 [details]
show the error page
The DBCS data are displayed as garbage code
*** Bug 57004 has been marked as a duplicate of this bug. *** *** Bug 57026 has been marked as a duplicate of this bug. *** Is this a regression ? Was this scenario working on Eclipse M7 ? The JavaEditor font does not support Chinese. SWT does not perform font substitution or offer font fallback mechanins. You have to go on the preference page a select a font that support the language you need. We can input DBCS on M7 build by default, but we can not input DBCS on M8 build by default. If we change the font to support the chinese language on M8 build, and it can properly display. If we install M8 build on a chinese platform, it should display chinese properly by default. This will be helpful for user and it works well in M7. *** Bug 57026 has been marked as a duplicate of this bug. *** If you run Eclipse M7, go to the preference page->workbench->fonts->Text Font, click on 'Restore Defaults', what is the default font for you ? For me, running on a English Machine, is Courier New-regular 10. According to Tod Creasey (bug#56915) the Eclipse 3.0 language pack are not ready yet. So it can be the problem. I run Eclipse M7 on Chinese Machine, default Font is "New-regular 10"; and if I click on "Use System Font", font will be "āvāĆ" which support Chinese System. If I run Eclipse M8 on Chinese Machine, default Font also is "New-regular 10"; and DBCS data can not show properly; Then I click on "Use System Font", and DBCS data can show properly. *** This bug has been marked as a duplicate of 56915 *** This defect also work on the New build WSWB M8-I20040407 WSWB M8-I20040407 ? Which version of Eclipse does WSWB M8-I20040407 use ? Anyway, I fixed this bug last thrusday, we still don't have a Eclipse integration build that contain the fix for this problem. Tomorrow we'll have Eclipse build I20040413! Please, retest the bug with Eclipse I20040413 and update the status of this bug. This defect is fixed and verified on wswb-I20040413-200404151406 build. closing pr. This defect be fixed on the New build wswb-I20040413-200404151406 |
OS: windows 2003 Language: Simplfied Chinese /Traditional Chinese Build level: 200403261517 JDK Version: IBM JDK 1.4.2 Beta Test case #: Summary: DBCS:Copy/Paste or input DBCS display incorrectly in project file Description: Steps to recreate problem: 1-input some DBCS data in project.file <<Error>> The DBCS data are displayed as garbage code. 2-Copy some DBCS data from a word file. 3-Paste the DBCS data to a single text file in eclipse project. <<Error>> The DBCS data are displayed as garbage code. (pic1.jpg) <<Expected Result>> All the DBCS data are properly displayed.