pub fn unescape_string(input: &str) -> Result<String, ParseError>Expand description
Unescapes a PO string literal payload.
ยงErrors
Returns ParseError when the escape sequence is malformed.
pub fn unescape_string(input: &str) -> Result<String, ParseError>Unescapes a PO string literal payload.
Returns ParseError when the escape sequence is malformed.