mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 21:35:37 +00:00
8 lines
222 B
Ruby
Executable File
8 lines
222 B
Ruby
Executable File
#!/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" }
|