1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[179939] BIDI3.3:HCG_ Text files written in ASCII Hebrew do not look correctly

This commit is contained in:
Kushal Munir 2007-05-02 16:40:53 +00:00
parent d6c020513f
commit 824e173d2f

View file

@ -1423,8 +1423,6 @@ public class SystemEditableRemoteFile implements ISystemEditableRemoteObject, IP
String tempPath = file.getLocation().toOSString();
if (util.isXML(tempPath)) {
try {
@ -1436,10 +1434,7 @@ public class SystemEditableRemoteFile implements ISystemEditableRemoteObject, IP
}
}
else {
if (!properties.getUsedBinaryTransfer()) {
encoding = remoteFile.getEncoding();
}
encoding = remoteFile.getEncoding();
}
try