Constant basic_text_internals::unicode::MAX_UTF8_SIZE [−][src]
pub const MAX_UTF8_SIZE: usize = 4;
Expand description
The size of the longest UTF-8 scalar value encoding. Note that even though RFC-2279 allowed longer encodings, it’s obsoleted by RFC-3629 which doesn’t. This limit is also documented in the relevant section of Rust’s documentation.