#!/bin/bash

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

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

