# HG changeset patch # User HackBot # Date 1441884424 0 # Node ID a046b5dfe8126a0cc993b0aa9334feec5aeffc18 # Parent 462ea3a590f14dbff5acbf94449fedc91fba2e0a ` -e bin/en2sv || >bin/en2sv echo $\'#!/usr/bin/perl\\n\'\'use Encode; binmode *$_,"encoding(utf8)" for STDIN,STDOUT; local$/; for (split//,) { rand(5)<3 and y/EOeo/\\xc4\\xc5\\xe4\\xe5/; print }\'; chmod a+x bin/en2sv diff -r 462ea3a590f1 -r a046b5dfe812 bin/en2sv --- a/bin/en2sv Thu Sep 10 11:26:11 2015 +0000 +++ b/bin/en2sv Thu Sep 10 11:27:04 2015 +0000 @@ -0,0 +1,2 @@ +#!/usr/bin/perl +use Encode; binmode *$_,"encoding(utf8)" for STDIN,STDOUT; local$/; for (split//,) { rand(5)<3 and y/EOeo/\xc4\xc5\xe4\xe5/; print }