view bin/loudly @ 7901:d4e4f2ce1e48

<oerjan> mkx bin/dos2unix//sed -i \'s/\\r//g\' "$@"
author HackBot
date Sat, 07 May 2016 00:29:08 +0000
parents 6ca43f5f4d7d
children
line wrap: on
line source

#!/usr/bin/env python
import sys, itertools, locale, locale
inp = len(sys.argv) >= 2 and sys.argv[1] or raw_input()
cyc = itertools.cycle(["\00304,09","\00309,04"])
print "".join(cyc.next() + c for c in unicode(inp, locale.getpreferredencoding())).encode(locale.getpreferredencoding())