mkvtoolnix/tests/test-0244iconv_missing_character.rb

14 lines
294 B
Ruby
Raw Normal View History

2008-10-04 19:38:07 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0244iconv_missing_character < Test
2008-10-04 19:38:07 +00:00
def description
return "mkvmerge / iconv cuts the last character (e.g. Hebrew) / in(SRT)"
end
def run
2013-10-19 11:08:26 +00:00
merge("--sub-charset -1:CP1255 data/subtitles/srt/Madagascar.Hebrew.Encoding.srt")
2008-10-04 19:38:07 +00:00
return hash_tmp
end
end