Skip to content

foss-np/2utf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2utf8

convert to utf-8!

Creative Commons Attribution-NonCommercial-ShareAlike 3.0

2utf8 © 2013 to the 2utf8 authors.


HOW-TO USE

$ ./main.sh -h
    Usage: 	2utf8 [Option] ...
        -i | --input    file input
            -f | --f        font
            -t | --type     plain(default), xml, doc, docx, pdf
            -h | --help     display this message
            -v | --version  version information
Note: Terminal output may not look 💩 pretty

Setting up

    $ git clone https://github.com/foss-np/2utf8
    $ cd 2utf8
    $ ./configure
    $ sudo make install    

Quick Test

 $ ./main.sh a s d f
ब क म ा
Note: You might wanna try in gedit/emacs and do built

Why to do this ?

Problem of the Preeti and other non-unicode fonts terrible!

in summary:

आ = अ + ा
ओ = अ  + ा + े
ई = इ + र + ्

which is the disaster when we reach झ, त्र, क्ष, फ, र्


FAQ

Why again unicode converter ?

A. Its because earlier one was in java, Decided not to wasting my hard-disk space or memory for java for stupid simple converter.

Why do in bash are you porting?

A. Bash in quite fast and dirty approach to do the work. Yes, it has been ported to js and python3 by spradhan@nep-ttf2utf

Still Don't get what you are looking for 😞?

A. No worries post it into issue with label FAQ