Closed bhulsken closed 5 years ago
apologies, github mangled the patch, here's an attached version
Thanks. Demangled your comment; added three backticks before and after. Pushed as a62bb885. Couldn't find your mail address to properly set --author
, but did use your name; let me know if you'd like mail address added.
GNU message catalog files are binary, and should not be opened as unicode, which is what happens when using python3, it gives this error:
the solution is to open the catalog file as binary with 'rb', patch below works for me.
best regards, Bas Hulsken