This updates the UTF-8 decoding in pytranscoder to treat non-UTF-8
output without error: it replaces invalid characters with the Unicode
REPLACEMENT CHARACTERU+FFFD.
These characters only occur in "user"-supplied metadata in media, such
as title, series, or encoder tags, so there is little to no risk of loss
of any useful information in the change.
This updates the UTF-8 decoding in pytranscoder to treat non-UTF-8 output without error: it replaces invalid characters with the Unicode
REPLACEMENT CHARACTER
U+FFFD
.These characters only occur in "user"-supplied metadata in media, such as title, series, or encoder tags, so there is little to no risk of loss of any useful information in the change.