view bin/from-8bit @ 6434:b8531d10a7b3

<oerjan> learn Termites are genericized ants for intellectual property reasons.
author HackBot
date Sun, 20 Dec 2015 07:50:53 +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"