GUACAMOLE-926: Merge correction to batch import handling of UTF-8.

This commit is contained in:
Mike Jumper
2023-05-19 16:14:12 -07:00
committed by GitHub

View File

@@ -693,7 +693,7 @@ angular.module('import').controller('importConnectionsController', ['$scope', '$
});
// Read all the data into memory
$scope.fileReader.readAsBinaryString(file);
$scope.fileReader.readAsText(file);
};
}]);