Bug 343

Summary: DBCS-PDE:Pluin Manifest editor cannot display DBCS char in source page. (1GKBDLT)
Product: [Eclipse Project] PDE Reporter: Dejan Glozic <dejan>
Component: UIAssignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Dejan Glozic CLA 2001-10-10 21:40:28 EDT
DBCS-PDE:Source Page for the Plug-in Manifest editor does not display correct DBCS char.
What was displayed look like correct DBCS char but in reality they are corrupted DBCs char.

Steps to recreate:
 (Test case 2: Plug-in Development:  Adding New Action Set extension point and New Top level menu)
 
-Create a plug-in project :File->New->Project... and selecting Plug-in Development, then Plug-in Project, press next. 
- create Action Sets and Menu with DBCS in its label field. 
- After changing the label to DBCS using properties view, check the source page and make sure that the characters are not corrupted.  
  Characters in editor (source page) was corrupted DBCS.  Due to the corrupted characters, it couldn't be compiled.      
  Verify that the menu label shows up correctly in the menu bar in run-time workspace.      
-
	<?xml version="1.0" encoding="UTF-8"?>
	<actionSet
         label="(dbcs)"
         visible="true"
         id="j.actionSet2">
      <menu
            label="(dbcs)"
            id="j.menu2"
	   ...
=> In the above editor, where (dbcs) is used, DBCS characters should be displayed correctly in the editor as well as correct DBCS chars as menu label in the run-time window.  



NOTES:

RTP Test: (E. Nair) Verified with 136a and 137.  Fixed for all DBCS languages.  
                 Project name in DBCS is also displayed properly.  However Project name in Plugin is a limitation and will not be resolved when compiled.
Comment 1 DJ Houghton CLA 2001-10-24 07:09:13 EDT
PRODUCT VERSION: Eclipse 135
OS tested: W2k Jpn, W2K Kor, W2K S.Chinese, W2K T.Chinese.
Tester: Cam Le.

Comment 2 Dejan Glozic CLA 2002-04-04 09:53:03 EST
Old bug - fixed in 1.0.