maxBytesPerChar

Returns the maximum number of bytes that will be produced for each character of input. This value may be used to compute the worst-case size of the output buffer required for a given input sequence. This value accounts for any necessary content-independent prefix or suffix

bytes, such as byte-order marks.

Return

The maximum number of bytes that will be produced per character of input