opensafely-core / airlock

Other
1 stars 0 forks source link

Handle invalid UTF-8 in plain text view #549

Closed evansd closed 1 month ago

evansd commented 1 month ago

This involves a bit of refactoring as there is now more than one argument to open() which we need to modify depending on whether we're in text or binary mode.

Closes #473