pub fn parse_po(input: &str) -> Result<PoFile, ParseError>Expand description
Parses PO content into the owned PoFile representation.
LF, CRLF, and bare CR line endings are accepted, and the UTF-8 BOM is ignored when present.
ยงErrors
Returns ParseError when the input is not valid PO syntax.