@andy5995 BTW, if you got Python installed, you could simply do: `python3 -c 'from sys import stdin, stdout; stdout.write(stdin.read().title())'` (I recommend using Python 3.x that doesn't need extra care to properly handle Unicode input here)
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1037#issuecomment-255214266
