Bug 136231 - encoding of CharOperation.java
Summary: encoding of CharOperation.java
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.2 RC1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-11 21:17 EDT by Tom Tromey CLA
Modified: 2006-04-13 11:01 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey CLA 2006-04-11 21:17:20 EDT
I checked out the JDT core plugin from eclipse.org CVS.

On my machine I cannot open CharOperation.java in Eclipse;
it says it can't be decoded using UTF-8.
I changed this file's properties to say that is ISO-8859-1
encoded, and then I was able to open it.

FWIW I had this problem once before... it would be nice to fix
the problem permanently, perhaps by forcing all source files to
be UTF-8.
Comment 1 Olivier Thomann CLA 2006-04-11 23:15:04 EDT
This comes from the new contribution added for bug 130390.
Comment 2 Olivier Thomann CLA 2006-04-11 23:17:53 EDT
Philippe,

I take the freedom to release for RC1. We always wanted to be sure that all sources can be read in UTF-8. For now I replace 'รก' with 'a'. I could put \u00E1 but I think this is a bit more difficult to read.
Comment 3 Philipe Mulet CLA 2006-04-12 04:46:53 EDT
+1
Comment 4 David Audel CLA 2006-04-13 11:01:54 EDT
Verified for 3.2 RC1 using build I20060413-0010