cc @maelle, this should close the loop from po_extract() generating a .pot file with charset=UTF-8 after which po_compile() will not get tripped up.
This further closes down the options for users of {potools} to work with translations in another encoding, which seems fine to me. Any user passionate about maintaining non-UTF-8 translations is welcome to write some relevant PRs.
Closes #299
cc @maelle, this should close the loop from
po_extract()
generating a .pot file withcharset=UTF-8
after whichpo_compile()
will not get tripped up.This further closes down the options for users of {potools} to work with translations in another encoding, which seems fine to me. Any user passionate about maintaining non-UTF-8 translations is welcome to write some relevant PRs.