Replies: 1 comment
-
|
Good catch — you're right, this is a bug. The first two entries in the default Music symbol replace list are deliberately mojibake: a music symbol saved as UTF-8 but later opened as ANSI (Windows-1252). The intent is to detect that garbage and convert it back to ♪. The correct forms are:
The default had Fixed in #11656. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While reviewing the new "Music symbol" settings, I noticed what may be a small issue with the default replacement list.
The setting currently shows:
♪,â™,,,#,*,¶
The second entry appears incomplete and I wonder if it was intended to be:
♪,♫,,,#,*,¶
I also noticed a similar-looking string in the example text:
'âTª sweet dreams are' -> '♫ sweet dreams are'
This might simply be a corrupted character sequence or encoding issue, but I thought I should mention it in case it was unintended.
Thank you again for your continued work on Subtitle Edit.
Beta Was this translation helpful? Give feedback.
All reactions