view bin/from-8bit @ 11324:4592253890a0

<int-e> revert
author HackBot
date Mon, 15 Jan 2018 22:32:57 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/bin/bash

enc=$(echo "$1" | iconv -t iso8859-1 | chardet | awk '{print $2}')
echo "$1" | iconv -t iso8859-1 | iconv -f "$enc"