encodeLowercase
DEFAULT: false
If true, lowercase characters from table Default.CHARS_LOWER will be output during encoding operations. This is non-compliant with RFC 4648.
If false, uppercase characters from table Default.CHARS_UPPER will be output during encoding operations.
NOTE: This does not affect decoding operations. Default is designed to accept characters from both tables when decoding (as specified in RFC 4648).