Bug 46805 - prepare Compare for encoding support
Summary: prepare Compare for encoding support
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: 3.0 M5   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-17 16:57 EST by Andre Weinand CLA
Modified: 2003-11-20 04:22 EST (History)
0 users

See Also:


Attachments

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