fileEncoding property

String? fileEncoding
getter/setter pair

Character encoding scheme of the data feed.

If not specified, the encoding will be auto-detected. Acceptable values are: - "latin-1" - "utf-16be" - "utf-16le" - "utf-8" - "windows-1252"

Implementation

core.String? fileEncoding;