changeset 1890:b0f17685ac57

<Jafet> sed -ie \'s,UTF-16,UTF-32,\' bin/\\?
author HackBot
date Sun, 27 Jan 2013 09:38:31 +0000
parents e4afc16c5066
children 5881e3a0c652
files bin/? bin/?e
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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" ];
--- 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" ];