pub const fn create_java_array<const N: usize>(str: &str) -> [u8; N]
Creates a buffer of Java CESU-8 encoded bytes from str.
str