Utf8ByteLengthFilter

An InputFilter that constrains text length based on UTF-8 byte count instead of character count. This is particularly useful for fields that must be stored in byte-limited buffers, such as hardware configuration fields.

Parameters

maxBytes

The maximum allowed length in UTF-8 bytes.

Constructors

Link copied to clipboard
constructor(maxBytes: Int)

Functions

Link copied to clipboard
open override fun filter(source: CharSequence, start: Int, end: Int, dest: Spanned, dstart: Int, dend: Int): CharSequence?