mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
New test for iconv Hebrew handling.
This commit is contained in:
parent
e66f028515
commit
cf80ea72d5
@ -91,3 +91,4 @@ T_240dts_hd:f8973ccc329e1fd55ee98091a272a330-b97f317f97c51405c50212ddea3461e9:pa
|
||||
T_241ac3_with_id3_tags:e9643247b6e39a5860797c8f69ba0767:passed:20080309-183547
|
||||
T_242ogm_with_chapters:71fc6472f27e522f1f4b5c480f97e2b9:passed:20080420-204932
|
||||
T_243avi_with_audio_garbage:41e19320f7ef4028c641c8149ef9d8d1:passed:20080913-185346
|
||||
T_244iconv_missing_character:be6f563979ff3977fcb90aa31d9cb9a3:passed:20081004-213713
|
||||
|
13
tests/test-244iconv_missing_character.rb
Normal file
13
tests/test-244iconv_missing_character.rb
Normal file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/ruby -w
|
||||
|
||||
class T_244iconv_missing_character < Test
|
||||
def description
|
||||
return "mkvmerge / iconv cuts the last character (e.g. Hebrew) / in(SRT)"
|
||||
end
|
||||
|
||||
def run
|
||||
merge("--sub-charset -1:CP1255 data/textsubs/Madagascar.Hebrew.Encoding.srt")
|
||||
return hash_tmp
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user