smhg / gettext-parser

Parse and compile gettext po and mo files, nothing more, nothing less
MIT License
158 stars 43 forks source link

Tests for big endian mo files #97

Open johnhooks opened 1 month ago

johnhooks commented 1 month ago

Problem

The package has support for handling both big and little endian byte order, though only little endian is being tested.

Solution

Add test and fixtures for big endian mo files.