view bin/from-8bit @ 11761:1e5c15d8a461 draft

<oerjan> le/rn abelian group//An abelian group is a group that spends all its time commuting, and therefore never does any real work.
author HackEso <hackeso@esolangs.org>
date Wed, 27 Mar 2019 23:24:14 +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"