#!/bin/bash

# utf8-iso2: converts UTF-8 to ISO-8859-2

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

