#!/bin/sh

iconv -f KOI8-R -t UTF-8 lang.KOI8-R | sed -e "s/KOI8-R/UTF-8/"> lang.UTF8

