Skip to main content

reencode_utf8_to_label

Function reencode_utf8_to_label 

Source
pub fn reencode_utf8_to_label(
    output_label: &str,
    unicode: &str,
) -> Option<Vec<u8>>
Expand description

Re-encode unicode from UTF-8 into output_label, or None if unsupported.