view tools/base64 @ 4778:4f25deb20dfa

issue2550634: New German orthography corrections
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 09 Apr 2013 11:17:40 +0200
parents 740102dfad1d
children c75defc1c2f0
line wrap: on
line source

#!/usr/bin/env python
import zlib, base64, sys
print base64.encodestring(zlib.compress(sys.stdin.read()))

Roundup Issue Tracker: http://roundup-tracker.org/