#!/bin/bash

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

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

