# HG changeset patch # User HackBot # Date 1359279511 0 # Node ID b0f17685ac57217d9a68d5c886a42d2940901d91 # Parent e4afc16c50667d9ba031c639ad36250a00510c69 sed -ie \'s,UTF-16,UTF-32,\' bin/\\? diff -r e4afc16c5066 -r b0f17685ac57 bin/? --- a/bin/? Sun Jan 27 09:38:08 2013 +0000 +++ b/bin/? Sun Jan 27 09:38:31 2013 +0000 @@ -3,7 +3,7 @@ topic1=$(echo "$topic" | sed "s/s$//") cd wisdom if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ]; - then iconv -f UTF-16 -t UTF-8 -c /dev/urandom; + then iconv -f UTF-32 -t UTF-8 -c /dev/urandom; elif [ -e "$topic" ]; then cat "$topic"; elif [ -e "$topic1" ]; diff -r e4afc16c5066 -r b0f17685ac57 bin/?e --- a/bin/?e Sun Jan 27 09:38:08 2013 +0000 +++ b/bin/?e Sun Jan 27 09:38:31 2013 +0000 @@ -3,7 +3,7 @@ topic1=$(echo "$topic" | sed "s/s$//") cd wisdom if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ]; - then iconv -f UTF-16 -t UTF-8 -c /dev/urandom | cat + then iconv -f UTF-16 -t UTF-8 -c /dev/urandom; elif [ -e "$topic" ]; then cat "$topic"; elif [ -e "$topic1" ];