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