Releases: experteer/simple_po_parser
Releases · experteer/simple_po_parser
v1.1.6
v1.1.5
added support for windows CRLF line endings
Note: CRLF support is enabled if the first line ends in a CRLF and reduces performance by about 50%. Performance for files only using \n
is not affected. Files not using \r\n
in the first line, but on somewhere else in the file, might trigger errors.
utf-8 encoding for legacy ruby versions
merged PR from @christopherstat for UTF-8 support of legacy ruby versions
Version 1.1.2
Made the parser thread-safe