diff --git a/R/qgis-algorithms.R b/R/qgis-algorithms.R index 392af4d3..f01e762a 100644 --- a/R/qgis-algorithms.R +++ b/R/qgis-algorithms.R @@ -130,7 +130,7 @@ algorithm_is_native <- function(algorithm) { #' @keywords internal qgis_query_algorithms <- function(quiet = FALSE) { if (qgis_using_json_output()) { - result <- qgis_run(args = c("list", "--json"), encoding = "UTF-8") + result <- qgis_run(args = c("list", "--json")) if (nchar(result$stderr) > 0L) { message( "\nStandard error message from 'qgis_process':\n",