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