Hi.
I’m trying to figure this out and I think I might have found a bug in the engine.
Applying a Mixed Case conversion on a TITLE tag when straight quote are present in the tag, will capitalize the second letter after the straight quote.
So, for example, let’s take the phrase:
sweet “beautiful cake” day
Just using Mixed Case Conversion on it will become:
Sweet “bEautiful Cake” Day
Attempting to regex around it was unsuccesful. The best I could get was:
Sweet “BEautiful Cake” Day
(EDIT: ) The expected behavior (as far as I know, the one I had worked around for so long) :
Sweet “beautiful Cake” Day
Unless I missed something, that’s a bug.
Using v3.32 on Windows 11.
Cheers.
EDIT 2:
Something seems to have changed between v3.32 and v3.33-b7 because it does not happen in the beta. But then decided to install a portable version of v3.32 and just try again on the same file I’d been banging my head on. Didn’t happen. I’m actually confused. Closed the portable install and ran my normal install and tried again. Didn’t happen.
I’m now even MORE confused.
So, I loaded the 2.5k+ opus files I was working on and tried again. Same result - it worked as intended. So, There’s something else, somewhere, happened, totally unrelated, that broke when I was editing all these files, continuing to apply various actions over and over, over these 2.5k files.
I’m entirely baffled…

