changeset 1891:5881e3a0c652

<Jafet> sed -ie \'s,UTF-32,UTF-16LE,\' bin/\\?
author HackBot
date Sun, 27 Jan 2013 09:42:00 +0000
parents b0f17685ac57
children a6921774f5d3
files bin/?
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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" ];