#!/bin/sh

if [ ! -z "$1" -a ! -r "$1" ]
then	echo Hivas: `basename $0` lat2-file
	exit 1
fi
iconv -f iso8859-2 -t utf8 ${1:--}
