Bug 54048 - [encoding] Resource#copy does not preserve charset
Summary: [encoding] Resource#copy does not preserve charset
Status: RESOLVED DUPLICATE of bug 67606
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Rafael Chaves CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-08 12:03 EST by Rafael Chaves CLA
Modified: 2012-05-22 05:44 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Chaves CLA 2004-03-08 12:03:00 EST
(code in HEAD)

Copying a file/folder does not copy its charset to the destination. The reason
for that is that during resource operatins like move/delete the encoding
settings are updated by a resource change listener. Since there is no special
delta for copying that relates the destination to the source location, we don't
handle that case.
Comment 1 Rafael Chaves CLA 2004-05-07 13:33:17 EDT
Either bug 27879 (a COPY flag in resource delta) or bug 21411 (shareable
persistent properties) could make fixing this bug easy. Otherwise, we would have
to resolve this problem in an ad hoc fashion, what I would like to avoid.

Deferring for post-3.0.
Comment 2 John Arthorne CLA 2009-08-18 16:11:10 EDT
[LATER->WONTFIX] The "LATER" bugzilla resolution is being removed so reopening to mark as WONTFIX.
Comment 3 John Arthorne CLA 2009-08-18 16:17:14 EDT
[LATER->WONTFIX] The "LATER" bugzilla resolution is being removed so reopening to mark as WONTFIX.
Comment 4 Dani Megert CLA 2012-05-21 08:23:19 EDT
*** Bug 380114 has been marked as a duplicate of this bug. ***
Comment 5 Markus Keller CLA 2012-05-22 05:44:24 EDT

*** This bug has been marked as a duplicate of bug 67606 ***