mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
8 lines
222 B
Ruby
8 lines
222 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_408utf_encodings_with_bom
|
||
|
describe "mkvmerge / read different UTF encodings with BOM"
|
||
|
|
||
|
types = %w{8 16le 16be 32le 32be}
|
||
|
types.each { |type| test_merge "data/subtitles/srt/bom/vde-utf#{type}.srt" }
|