Open GoogleCodeExporter opened 8 years ago
[deleted comment]
[deleted comment]
This can be solved using regular expressions in Subtitle Edit 3.3.7. You can
download from here: http://nikse.dk/subtitleedit.zip
Add this expression inside the xxx_OCRFixReplaceList.xml at the end before of
the "</ReplaceList>" text.
<RegularExpressions>
<!-- Music signs -->
<RegEx find="[♪♫☺☹♥©☮☯Σ∞≡⇒π](\r\n)[♪♫☺☹♥©☮☯Σ∞≡⇒π]" replaceWith="$1" />
</RegularExpressions>
Cheers.
Original comment by pakitona...@gmail.com
on 23 Jun 2013 at 2:43
SE has moved to GitHub - please re-add this issue at GitHub if it's still
important :)
https://github.com/SubtitleEdit/subtitleedit/issues
Original comment by nikse.dk@gmail.com
on 4 Feb 2014 at 5:23
Original issue reported on code.google.com by
Dmitry.S...@gmail.com
on 28 Mar 2013 at 1:39