https://bugs.kde.org/show_bug.cgi?id=492042

--- Comment #4 from [email protected] ---
The script's logic is by adding a Unicode "Right-to-Left Embedding" (RLE)
character (https://unicode-explorer.com/c/202B) at the start of each line of
subtitle text. The RLE character causes the text to be displayed in RTL reading
order, which is useful for RTL languages.

1. The script reads an input .srt file.
2. It then processes its content to add the RLE character at the start of each
line of text (but not timestamps).
3. It saves the modified content to a new output .srt file.
4. Paths for the input and output files are described in the main() function
(sample_subtitle.srt and output_subtitle.srt by default).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to