isLenient

@JvmField
var isLenient: Boolean(source)

If true, spaces and new lines ('\n', '\r', ' ', '\t') will be skipped over when decoding (against RFC 4648).

If false, an EncodingException will be thrown if those characters are encountered when decoding.

Default: true