api / org.gradle.api.file / CopySpec / getFilteringCharset

getFilteringCharset

@Incubating abstract fun getFilteringCharset(): String

Gets the charset used to read and write files when filtering. By default, the JVM default charset is used.

Return
the charset used to read and write files when filtering

Since
2.14