fallBackEncodings property

List<Encoding> fallBackEncodings
getter/setter pair

Implementation

static var fallBackEncodings = [
  Latin1Codec(),
  AsciiCodec(),
  Utf8Codec(allowMalformed: true) // last
];