#!/bin/bash

# iso5-utf8: converts ISO-8859-5 to UTF-8

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

