[utils] Use bytes-like objects in dfxp2srt

This fixes handling of non-UTF8 TTML subtitles

Closes #14191
This commit is contained in:
Yen Chi Hsuan 2017-09-16 12:18:38 +08:00
parent 68d43a61b5
commit 3869028ffb
4 changed files with 41 additions and 11 deletions

View file

@ -1,3 +1,9 @@
version <unreleased>
Core
* [utils] Fix handling raw TTML subtitles (#14191)
version 2017.09.15
Core