Ticket #10356: subtitle_with_n.srt

File subtitle_with_n.srt, 520 bytes (added by Ashark, 3 years ago)

The srt file with special characters (wordjoiner and zero width space)

Line 
11
200:00:00,000 --> 10:00:00,000
3line 1 \ \ \ backslash ampersand entity (also tried N letter entity) neither work in vlc nor in ffmpeg.
4line 2 \\n escapes n instead backslash. On vlc it makes backslash and breaks line. On ffmpeg it is backslash and space.
5line 3 \⁠n used wordjoiner (U+2060), works
6line 4 \​n zero width space, works in vlc, works in ffmpeg.
7line 5 \n breaks line in vlc, make space in ffmpeg. <b>Bold</b> tag works in both.
8line 6 \<i></i>n works for vlc, but in ffmpeg it is wrong.