changeset 4238:0126984286d5

<kmc> printf \'#!/bin/bash\\n\\nenc=$(echo "$1" | iconv -t iso8859-1 | chardet | awk \'{print $2}\')\\necho "$1" | iconv -t iso8859-1 | iconv -f "$enc"\\n\' > bin/from-8bit && chmod +x bin/from-8bit
author HackBot
date Fri, 27 Dec 2013 17:54:38 +0000
parents eba04d154bf0
children 4ac5187eb119
files bin/from-8bit
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/from-8bit	Fri Dec 27 17:54:38 2013 +0000
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+enc=$(echo "$1" | iconv -t iso8859-1 | chardet | awk {print
\ No newline at end of file