pub fn utf32_string<L, S>(s: &S) -> Item<L>where S: AsRef<str>,
Constructs a Utf32String item.
Utf32String
This uses Utf32String::from_chars_lossy.
Utf32String::from_chars_lossy