mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
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.