edo248 / ascii2unihy

Armenian ASCII encoding to Unicode converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ascii2unihy

Armenian ASCII encoding to Unicode converter

GENERAL INFORMATION

This a small project I wrote sometime in 2008 when Unicode. encoding for Armenian was just starting. I had numerous files. in ASCII encoding that needed to be converted into Unicode.. Thus, this program came up. I hope it will be useful for someone.

Note that I have only tested it for my own needs, so there is no guarantee it will be useful at all. If there are questions. or bugs you want me to know, feel free to drop me a note. to edo248[at]gmail.com

USAGE

To compile the application just run

% make clean

% make

To use it run the executable and provide it with the file to be converted:

% ./ascii2unihy some_ascii_file.txt

About

Armenian ASCII encoding to Unicode converter

License:GNU General Public License v3.0


Languages

Language:C++ 86.5%Language:Makefile 13.5%