Bug 125953

Summary: UnconditionalFlowInfo.java has non-UTF-8 character
Product: [Eclipse Project] JDT Reporter: Tom Tromey <tromey>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Tom Tromey CLA 2006-01-31 18:55:11 EST
I checked out org.eclipse.jdt.core and it failed to compile.
When I tried to open compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java,
eclipse said that it is unreadable using the UTF-8 encoding.

I worked around this by marking the file as ISO-8859-1.
However, I think it would be preferable to fix the file to be UTF-8 encoded,
and furthermore to make this encoding a shared project setting.
Comment 1 Olivier Thomann CLA 2006-01-31 21:55:03 EST
Fixed and released in HEAD.
Tom, please give it a try.
Comment 2 Frederic Fusier CLA 2006-02-13 07:30:48 EST
Tom, would it be possible to let us know if this problem is fixed using last integration build I20060208-0848 or M5 warm-up I20060213-0010?
Thanks
Comment 3 Tom Tromey CLA 2006-02-13 11:36:40 EST
Sorry, I didn't realize you were waiting for a response.
Yes, this is fixed.  Thanks!
Comment 4 Frederic Fusier CLA 2006-02-13 11:57:57 EST
No problem, thanks for the feedback.
Verified by user for 3.2 M5