-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
Hi,
I recently noticed that the French mode for guess case button convert "c'est" as "C'est" even if it's in a middle of a sentence, example:
"Léon, où c'est-y qu't'es donc ?" will be incorrectly convert as "Léon, où C'est-y qu't'es donc ?"
Recording "Léon, où c'est-y qu't'es donc ?" by Charles Trenet - MusicBrainz
- is related to
-
MBS-5338 Guess Case doesn't seem to recognize roman numerals above 10
-
- Closed
-
Yeah, turns out we had two bugs on top of each other: one special case for C (my own fault!) that was added to uppercase "C'mon" and similar words in English (but we were running all the special cases for English on all languages) and then the general issue with Roman numerals and apostrophes (so, even after fixing the first bug, the Roman numeral code would still uppercase "C'est"). Sent changes to both. Thanks for helping along!