Function dca_to_utf8

Source
pub fn dca_to_utf8(
    dc_array: &[u32],
    settings: &UTF8FormatSettings,
) -> Result<(Vec<u8>, FormatLog)>
Expand description

Convert an internal Dc array to UTF-8 bytes, optionally embedding unmappable Dcs inside dcBasenb armored regions.

Original: dcaToUtf8.