A port of Philip Pollard's perl Acme::Umlautify. It will add umlauts to everything, now including the capital Y!
git clone https://github.com/tallenaz/acme-umlautify.git
cd acme-umlautify
rake install
"Yes, Loincloth rocks!".umlautify!
=> "Ÿës, Löïnclöth röcks!"
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request