nlbdev / nordic-epub3-dtbook-migrator

Tools for converting between a strict subset of DTBook and EPUB3.
http://nlbdev.github.io/nordic-epub3-dtbook-migrator/
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Fixing locale issue with running validator. #531

Closed kalaspuffar closed 1 year ago

kalaspuffar commented 1 year ago

Hi @josteinaj

We got a report from MTM that the validator was not running with UTF-8, so some errors were false positives due to Swedish text.

This PR will add a UTF-8 locale to the docker runner, so everything in Apache will run with UTF-8.

I also fixed a minor typo where the exit function was called twice :)

Best regards Daniel