Bug 3244 - Classpath is not saved using UTF8 (1GCV467)
Summary: Classpath is not saved using UTF8 (1GCV467)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:51 EDT by Nick Edgar CLA
Modified: 2002-05-21 12:51 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).