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:
parent
d6c020513f
commit
824e173d2f
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue