Bug 55930

Summary: File encoding should be used on save
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: andre_weinand, markus.kell.r
Version: 3.0   
Target Milestone: 3.0 M8   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2004-03-24 11:49:40 EST
I200403240800

File encoding should be used in Buffer.save(IProgressMonitor, boolean) and 
CommitWorkingCopyOperation.executeOperation().
Comment 1 Frederic Fusier CLA 2004-03-25 06:49:57 EST
Fixed.

Forgotten code has been added in those methods. Now file encoding is well used 
on save both for Buffer and CommitWorkingCopyOperation.

[jdt-core-internal]
Test cases test016 and test017 added in jdt.core.tests.model.EncodingTests
Comment 2 Andre Weinand CLA 2004-03-25 11:15:41 EST
*** Bug 55880 has been marked as a duplicate of this bug. ***
Comment 3 Jerome Lanneluc CLA 2004-03-25 11:50:08 EST
Verified in I200403250800