mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
13821a724f
This is the only exception that `::utf8::remove_invalid()` throws. If it is encountered, simply stop processing the string further. Fixes #2398.
6 lines
194 B
Ruby
Executable File
6 lines
194 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_656mpeg_ts_bad_utf8_in_service_names2
|
|
describe "mkvmerge / bad UTF-8 encoded service names in MPEG transport streams"
|
|
test_identify "data/ts/bad_utf-8_service_names2.ts"
|