subtitles icon indicating copy to clipboard operation
subtitles copied to clipboard

saved subtitle files not UTF-8

Open webwamp opened this issue 3 years ago • 0 comments

when saving subtitle in any formats (srt, sub, ...) the file should be UTF-8 for some languages like Persian, Arabic, ... but when save subtitle file, this is not UTF-8 and when use subtitle in video player, the text be unreadable and should copy text into new text file as UTF-8 encoding and save and change text file format to subtitle like srt

i try to use mb_convert_encoding() and utf8_encode() in save function to fix content, but the problem is the saving class not subtitle content, so it is better to fixing this and update git

webwamp avatar Jun 23 '21 11:06 webwamp