isLenient

fun isLenient(enable: Boolean): Base32.Default.Builder(source)

DEFAULT: true

If true, the characters ('\n', '\r', ' ', '\t') will be skipped over (i.e. allowed but ignored) during decoding operations. This is non-compliant with RFC 4648.

If false, a MalformedEncodingException will be thrown.