Constant basic_text::NORMALIZATION_BUFFER_SIZE[][src]

pub const NORMALIZATION_BUFFER_SIZE: usize = MAX_UTF8_SIZE * NORMALIZATION_BUFFER_LEN; // 0x0000_0000_0000_0088usize
Expand description

The minimum size of a buffer needed to perform NFC normalization, and thus the minimum size needed to pass to TextReader’s read.