pub fn decode_strings_content(raw: &[u8]) -> Result<String, XcStringsError>Expand description
Decode raw bytes detecting BOM: UTF-16LE/BE, UTF-8, with UTF-16LE fallback.
pub fn decode_strings_content(raw: &[u8]) -> Result<String, XcStringsError>Decode raw bytes detecting BOM: UTF-16LE/BE, UTF-8, with UTF-16LE fallback.