Encoding

public enum Encoding

/ The Unicode encodings looked for during detection

  • / UTF-8

    Declaration

    Swift

    case utf8
  • / UTF-16 Little Endian

    Declaration

    Swift

    case utf16LE
  • / UTF-16 Big Endian

    Declaration

    Swift

    case utf16BE
  • / UTF-32 Little Endian

    Declaration

    Swift

    case utf32LE
  • / UTF-32 Big Endian

    Declaration

    Swift

    case utf32BE