Bug 3244

Summary: Classpath is not saved using UTF8 (1GCV467)
Product: [Eclipse Project] JDT Reporter: Nick Edgar <n.a.edgar>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Nick Edgar CLA 2001-10-10 22:51:54 EDT
The class path is not saved using UTF8, contrary to the encoding it says it uses in its XML.
JavaProject.get/setSharedProperty do String<->byte[] conversions using the default encoding, not UTF8.
This should be fine if you know that you're always using ASCII only, and want it to be editable.
But then the XML should not claim it's in UTF8.

NOTES:

PM (4/30/2001 10:20:44 AM)
	It should be editable.
Comment 1 DJ Houghton CLA 2001-10-23 23:52:41 EDT
PRODUCT VERSION:
100

Comment 2 Philipe Mulet CLA 2002-05-21 12:51:03 EDT
Fixed. Made the utf8 encoding explicit (was implicit before).