Skip to main content

decode_unicode

Function decode_unicode 

Source
pub fn decode_unicode(input: &[u8]) -> Result<Vec<u8>>
Expand description

Decode unicode escape regions and concatenate their decoded bytes.

§Errors

Returns Error::DecodeConfig if the default rules are invalid. Returns Error::Decode if the GPU decode dispatch fails. Returns Error::Gpu if the GPU device cannot be initialized or a buffer operation fails.