Page 1 of 1

Case "sentence" after dot doesn't recognize special chars

PostPosted: Tue Feb 05, 2019 1:18 pm
by BlackRitus
Hi,
I found a small glitch for the following filenames:
Code: Select all
S01E09.Die.Ökosysteme.mp4
S01E13.Die.Überfischung.der.Meere.mp4


Formatting: Case "Sentence"

Expected:
Code: Select all
S01E09.Die.Ökosysteme.mp4
S01E13.Die.Überfischung.Der.Meere.mp4


Actually got:
Code: Select all
S01E09.Die.öKosysteme.mp4
S01E13.Die.üBerfischung.Der.Meere.mp4


Special chars ÄÖÜäöü work flawless with case "title", which would be the proper option to choose here, though.

Greets,
BlackRitus

Win8.1x64, BRU 3.0.0.1x64

Re: Case "sentence" after dot doesn't recognize special chars

PostPosted: Fri Nov 01, 2019 4:39 pm
by BlackRitus
This is still broken in 3.3.1.0

Opening a ticket would be nice.

Re: Case "sentence" after dot doesn't recognize special chars

PostPosted: Sat Nov 02, 2019 4:41 am
by Admin
Logged it for fix in the next update, thanks for reporting issue.

Re: Case "sentence" after dot doesn't recognize special chars

PostPosted: Fri Sep 11, 2020 4:51 pm
by BlackRitus
Confirmed working in 3.4.0.0

Also forcibly lowercasing the remaining characters works now (see S01E09 --> S01e09)

Thank you!