mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-926: Fix UTF-8 handling in batch import files.
This commit is contained in:
@@ -693,7 +693,7 @@ angular.module('import').controller('importConnectionsController', ['$scope', '$
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Read all the data into memory
|
// Read all the data into memory
|
||||||
$scope.fileReader.readAsBinaryString(file);
|
$scope.fileReader.readAsText(file);
|
||||||
};
|
};
|
||||||
|
|
||||||
}]);
|
}]);
|
||||||
|
Reference in New Issue
Block a user