#!/bin/bash

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

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

