#!/bin/bash

# utf8-iso1: converts UTF-8 to ISO-8859-1

piconv -f UTF-8 -t ISO-8859-1


