es2juli

Esperanto-Juliamo Characters Converter

es2juli

What's this?

This is a Esperanto-Juliamo characters converter.
To use Juliamo characters, downloading Juliamo font from official site is needed.
This source code is written in crystal.

Juliamo font

Download and install the Juliamo font from official download site.
Unfortunately, this site is supported only Japanese.
Please see the official site for detail.

Be careful. This font can only be used for personal purposes.
Commercial purposes and redistribution are prohibited.

Usage

  1. Install crystal, see install page for detail.

  2. convert input text:

# Juliamo to Esperanto
crystal es2juli.cr -e [input.txt] 
# or 
cat [input.txt] | crystal es2juli.cr -e

# Esperanto to Juliamo
crystal es2juli.cr -j [input.txt] 
# or 
cat [input.txt] | crystal es2juli.cr -j

If you want to build the code: crystal build es2juli.cr, then

# Juliamo to Esperanto
./es2juli -e [input.txt] 
# or 
cat [input.txt] | ./es2juli -e

# Esperanto to Juliamo
./es2juli -j [input.txt] 
# or 
cat [input.txt] | ./es2juli -j

License

The source code is licensed MIT.

Repository

es2juli

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • over 3 years ago
  • November 21, 2020
License

MIT License

Links
Synced at

Sun, 28 Apr 2024 08:53:03 GMT

Languages