mattstevens / sublime-titlecase

Smarter title casing for Sublime Text
21 stars 5 forks source link

Incorrectly capitalizes "machine" as "MacHine" #1

Open KatrinaHoffert opened 9 years ago

KatrinaHoffert commented 9 years ago

This is because the script tries to work on names like "MacDonald". But without context, this is impossible. Recommend removing that portion of the code.

brchristian commented 5 years ago

Seconded!

jpcirrus commented 4 years ago

If you replace ./titlecase/__init__.py with an updated version of the original from https://github.com/ppannuto/python-titlecase/tree/master/titlecase this issue will be resolved.