You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have enforce_utf8() available in the test suite for anything that requires UTF8 output to work (see #325 ). I don't think everything that needs to is using it, though -- we get test failures running debuild on Ubuntu Focal, and manually setting LANG=C when running unit tests on my box does indeed see some breakage.
Hopefully this doesn't affect the build we put up for Debian (still no word on this from ftpmasters btw). If so, we probably want to rebuild to avoid rejection for being unable to build from source.
The text was updated successfully, but these errors were encountered:
Certain unit tests required UTF8 encoding on the output
terminal to work (#428). This includes anything which does
any kind of fill. Add enforce_utf8() checks to all such
tests that were missing them. Unit tests once again pass in
a pure ASCII environment.
We have
enforce_utf8()
available in the test suite for anything that requires UTF8 output to work (see #325 ). I don't think everything that needs to is using it, though -- we get test failures running debuild on Ubuntu Focal, and manually setting LANG=C when running unit tests on my box does indeed see some breakage.Hopefully this doesn't affect the build we put up for Debian (still no word on this from ftpmasters btw). If so, we probably want to rebuild to avoid rejection for being unable to build from source.
The text was updated successfully, but these errors were encountered: