Skip to content

A converter between text written in the Coptic Standard Fonts format (ascii text with a coptic font on top) and Coptic Unicode text.

License

Notifications You must be signed in to change notification settings

kero0/coptic-font-conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coptic Font Conversion

Description

This software provides an easy to use binary for automating the conversion of Coptic text between the Coptic Standard format and Unicode.

Installation

You can install this using cargo, through the cargo install --git https://github.com/kero0/coptic-font-conversion command.

Usage

Interactive usage

If you execute the binary with no args (or with only the --reverse arg), you will be able to interactively type in text to convert. When a new line is entered, the converted text will be printed to the screen.

This can be ended by pressing Ctrl+D.

$ coptic-font-conversion

<ere na=o=c `nio]@ `n`apoctoloc@ ,ere nima;ytyc@ `nte pen=o=c I=y=c P=,=c.

Ⲭⲉⲣⲉ ⲛⲁⲟ̅ⲥ̅ ⳿ⲛⲓⲟϯ: ⳿ⲛ⳿ⲁⲡⲟⲥⲧⲟⲗⲟⲥ: ⲭⲉⲣⲉ ⲛⲓⲙⲁⲑⲏⲧⲏⲥ: ⳿ⲛⲧⲉ ⲡⲉⲛⲟ̅ⲥ̅ Ⲓⲏ̅ⲥ̅ Ⲡⲭ̅ⲥ̅.

^D

File usage

You can convert an entire file at once. This can help for converting a set of files automatically without needing to copy paste.

for file in *.txt; do
    coptic-font-conversion -i "$file" -o "$file.converted"
done

About

A converter between text written in the Coptic Standard Fonts format (ascii text with a coptic font on top) and Coptic Unicode text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages