Bug 46805

Summary: prepare Compare for encoding support
Product: [Eclipse Project] Platform Reporter: Andre Weinand <andre_weinand>
Component: CompareAssignee: Andre Weinand <andre_weinand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 3.0   
Target Milestone: 3.0 M5   
Hardware: All   
OS: All   
Whiteboard:

Description Andre Weinand CLA 2003-11-17 16:57:51 EST
I20031111

The Compare plugin only supports the global workspace encoding.
It does not support encodings per file.
Comment 1 Andre Weinand CLA 2003-11-20 04:22:04 EST
Added new interface org.eclipse.compare.IStreamContentAccessorExtension2
Clients implementing org.eclipse.compare.IStreamContentAccessor are urged to implement 
IStreamContentAccessorExtension2 in order to provide the correct encoding for the stream 
returned by IStreamContentAccessor.